✨ Login & create an account
This commit is contained in:
14
pubspec.yaml
14
pubspec.yaml
@ -2,7 +2,7 @@ name: island
|
||||
description: "The Solar Network V3 App"
|
||||
# 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
|
||||
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
|
||||
@ -64,6 +64,12 @@ dependencies:
|
||||
flutter_cache_manager: ^3.4.1
|
||||
flutter_platform_alert: ^0.7.0
|
||||
material_design_icons_flutter: ^7.0.7296
|
||||
email_validator: ^3.0.0
|
||||
easy_localization: ^3.0.7+1
|
||||
flutter_inappwebview: ^6.1.5
|
||||
animations: ^2.0.11
|
||||
package_info_plus: ^8.3.0
|
||||
device_info_plus: ^11.4.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -85,16 +91,14 @@ dev_dependencies:
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
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.
|
||||
uses-material-design: true
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
assets:
|
||||
- assets/i18n/
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
Reference in New Issue
Block a user