-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (40 loc) · 895 Bytes
/
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: chart_gpt
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.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
# State management
flutter_bloc: ^8.1.2
hydrated_bloc: ^9.1.0
# Networking
dio: ^5.1.1
pretty_dio_logger: ^1.3.1
internet_connection_checker: ^1.0.0+1
# Data class generation
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
# Functional programming
dartz: ^0.10.1
# Utility
path_provider: ^2.0.14
flutter_dotenv: ^5.0.2
# UI
cupertino_icons: ^1.0.2
syncfusion_flutter_charts: ^21.1.41
dev_dependencies:
flutter_test:
sdk: flutter
# Code gen
freezed: ^2.3.2
build_runner: ^2.3.3
json_serializable: ^6.6.1
# Linter
very_good_analysis: ^4.0.0+1
flutter:
uses-material-design: true
assets:
- env/