1
- name : womensafety
1
+ name : EveSafe
2
2
description : " A Women Safety App"
3
3
# The following line prevents the package from being accidentally published to
4
4
# pub.dev using `flutter pub publish`. This is preferred for private packages.
5
- publish_to : ' none' # Remove this line if you wish to publish to pub.dev
5
+ publish_to : " none" # Remove this line if you wish to publish to pub.dev
6
6
7
7
# The following defines the version and build number for your application.
8
8
# A version number is three numbers separated by dots, like 1.2.43
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
19
19
version : 1.0.0+1
20
20
21
21
environment :
22
- sdk : ' >=3.3.2 <4.0.0'
22
+ sdk : " >=3.3.2 <4.0.0"
23
23
24
24
# Dependencies specify other packages that your package needs in order to work.
25
25
# To automatically upgrade your package dependencies to the latest versions
@@ -31,7 +31,6 @@ dependencies:
31
31
flutter :
32
32
sdk : flutter
33
33
34
-
35
34
# The following adds the Cupertino Icons font to your application.
36
35
# Use with the CupertinoIcons class for iOS style icons.
37
36
cupertino_icons : ^1.0.6
@@ -70,8 +69,6 @@ dependencies:
70
69
flutter_rating_bar : ^4.0.1
71
70
# flutter_sms: ^2.3.3
72
71
73
-
74
-
75
72
dev_dependencies :
76
73
flutter_test :
77
74
sdk : flutter
@@ -88,7 +85,6 @@ dev_dependencies:
88
85
89
86
# The following section is specific to Flutter packages.
90
87
flutter :
91
-
92
88
# The following line ensures that the Material Icons font is
93
89
# included with your application, so that you can use the icons in
94
90
# the material Icons class.
0 commit comments