-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
55 lines (53 loc) · 1.16 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
54
55
name: rse
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
flutter_typeahead: ^4.6.2
flutter_chart: ^0.1.6
flutter_dotenv: ^5.1.0
flutter_switch: ^0.3.2
flutter_localizations:
sdk: flutter
firebase_core: ^2.14.0
firebase_analytics: ^10.4.3
firebase_crashlytics: ^3.3.3
firebase_performance: ^0.9.2+3
firebase_remote_config: ^4.2.3
firebase_core_platform_interface: ^4.8.0
cupertino_icons: ^1.0.2
http: ^1.1.0
equatable: ^2.0.5
collection: ^1.17.1
go_router: ^9.0.0
shared_preferences: ^2.0.9
device_info_plus: ^9.0.2
package_info_plus: ^4.0.2
fl_chart: ^0.63.0
syncfusion_flutter_charts: ^22.1.37
faker: ^2.1.0
intl: any
bloc: ^8.1.2
mockito: ^5.4.2
test_cov_console: ^0.2.2
animated_flip_counter: ^0.2.5
slider_button: ^2.0.0
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
dev_dependencies:
build_runner: ^2.4.6
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
freezed: ^2.3.5
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- assets/
generate: true