diff --git a/pubspec.yaml b/pubspec.yaml index fd4feb2..80ad76c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: HCAIs is a mobile application for the reporting the HealthCare Asso # 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 +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. # A version number is three numbers separated by dots, like 1.2.43 @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.21+21 +version: 1.0.22+22 environment: sdk: ">=2.12.0 <3.0.0" @@ -23,15 +23,14 @@ dependencies: flutter: sdk: flutter - # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 flutter_lints: ^2.0.1 cool_stepper: git: - url: https://github.com/emrade/flutter-cool-stepper.git - ref: master + url: https://github.com/emrade/flutter-cool-stepper.git + ref: master shared_preferences: ^2.0.7 http: ^0.13.3 awesome_dialog: ^3.0.2 @@ -46,7 +45,6 @@ dev_dependencies: flutter_test: sdk: flutter - flutter_native_splash: color: "#ffffff" image: assets/splash_screen.png @@ -55,7 +53,6 @@ flutter_native_splash: # The following section is specific to Flutter. flutter: - # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class.