-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpubspec.yaml
More file actions
53 lines (42 loc) · 1.45 KB
/
pubspec.yaml
File metadata and controls
53 lines (42 loc) · 1.45 KB
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: bottle_crm
description: "CRM for everyone."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+9
environment:
sdk: ^3.8.1
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
http: ^1.1.0
google_sign_in: ^7.1.1
shared_preferences: ^2.2.2
jwt_decoder: ^2.0.1
font_awesome_flutter: ^10.7.0
intl: ^0.19.0
package_info_plus: ^8.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^6.0.0
flutter_launcher_icons: "^0.14.4"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
min_sdk_android: 31 # android min sdk Android 12 (API 31)
remove_alpha_ios: true # remove alpha channel from iOS icons, default false
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/icon/
- assets/images/