-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
87 lines (79 loc) · 2.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: codeswipe
description: A new Flutter project.
publish_to: 'none'
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.1+1
environment:
sdk: '>=3.0.0 <4.0.0'
#- sort_pub_dependencies
dependencies:
appwrite: ^9.0.0
auto_route: ^7.1.0
cached_network_image: ^3.2.3
carousel_slider: ^4.2.1
country_code_picker: ^3.0.0
cupertino_icons: ^1.0.5
djangoflow_app: ^3.1.0
djangoflow_app_links: ^1.1.3
expandable_page_view: ^1.0.17
flex_color_scheme: ^7.1.2
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.6
freezed_annotation: ^2.2.0
hydrated_bloc: ^9.1.0
image_picker: ^0.8.8
intl: ^0.18.1
json_annotation: ^4.8.1
pin_code_fields: ^7.4.0
progress_builder: ^1.1.3
reactive_forms: ^15.0.0
responsive_framework: ^1.0.0
shimmer: ^3.0.0
smooth_page_indicator: ^1.1.0
swipable_stack: ^2.0.0
timeago_flutter: ^3.4.0
url_launcher: ^6.1.11
dev_dependencies:
auto_route_generator: ^7.0.0
build_runner: ^2.4.4
flutter_gen_runner: ^5.3.1
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
freezed: ^2.3.4
json_serializable: ^6.7.0
dependency_overrides:
intl: ^0.18.1
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/montserrat.ttf
weight: 400
- asset: assets/fonts/montserrat_bold.ttf
weight: 700
- family: CodeSwipe
fonts:
- asset: assets/fonts/CodeSwipe.ttf
flutter_gen:
output: lib/configurations/constants
integrations:
flutter_svg: true