-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
63 lines (47 loc) · 1.17 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
56
57
58
59
60
61
62
name: flutter_application_1
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
bloc: ^7.0.0
cupertino_icons: ^1.0.2
data_connection_checker: ^0.3.4
equatable: ^2.0.3
http: ^0.13.3
# For UIs
google_fonts: ^2.0.0
flutter_svg: ^0.22.0
#Assest
flutter_gen: ^3.1.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.4
flutter_gen_runner: ^3.1.1
# For Model
freezed: ^0.14.0
# For Analyzer
effective_dart: ^1.3.0
flutter_gen:
output: lib/gen/ # Optional (default: lib/gen/)
line_length: 80 # Optional (default: 80)
colors:
inputs:
- assets/color/colors.xml
# Optional
integrations:
flutter_svg: true
flare_flutter: true
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/color/