-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpubspec.yaml
53 lines (44 loc) · 1.02 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: clean_app
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
auto_route: ^9.2.2
convex_bottom_bar: ^3.2.0
cupertino_icons: ^1.0.2
easy_localization: ^3.0.7
fl_chart: ^0.69.0
flutter_bloc: ^8.1.6
flutter_native_splash: ^2.4.2
flutter_screenutil: ^5.9.3
fluttertoast: ^8.2.8
get_it: ^8.0.0
hive_flutter: ^1.1.0
http: ^1.2.2
salomon_bottom_bar: ^3.3.2
shimmer: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^9.0.0
build_runner: ^2.4.13
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
freezed: ^2.5.7
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/translations/
flutter_native_splash:
color: "#0C0B09"
image: "assets/images/crypto_splash_screen.png"
flutter_icons:
image_path: "assets/images/crypto_favicon.png"
android: true
ios: true