✨ Basis setup on exploring
This commit is contained in:
31
pubspec.yaml
31
pubspec.yaml
@ -1,5 +1,5 @@
|
||||
name: island
|
||||
description: "A new Flutter project."
|
||||
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
|
||||
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# 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: 1.0.0+1
|
||||
version: 3.0.0+93
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
@ -42,6 +42,11 @@ dependencies:
|
||||
shared_preferences: ^2.5.3
|
||||
responsive_framework: ^1.5.1
|
||||
flutter_riverpod: ^2.6.1
|
||||
path_provider: ^2.1.5
|
||||
dio: ^5.8.0+1
|
||||
very_good_infinite_list: ^0.9.0
|
||||
freezed_annotation: ^3.0.0
|
||||
json_annotation: ^4.9.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -55,6 +60,8 @@ dev_dependencies:
|
||||
flutter_lints: ^5.0.0
|
||||
auto_route_generator: ^10.0.1
|
||||
build_runner: ^2.4.15
|
||||
freezed: ^3.0.6
|
||||
json_serializable: ^6.9.5
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@ -83,17 +90,15 @@ flutter:
|
||||
# "family" key with the font family name, and a "fonts" key with a
|
||||
# list giving the asset and other descriptors for the font. For
|
||||
# example:
|
||||
# fonts:
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
# - asset: fonts/Schyler-Regular.ttf
|
||||
# - asset: fonts/Schyler-Italic.ttf
|
||||
# style: italic
|
||||
# - family: Trajan Pro
|
||||
# fonts:
|
||||
# - asset: fonts/TrajanPro.ttf
|
||||
# - asset: fonts/TrajanPro_Bold.ttf
|
||||
# weight: 700
|
||||
fonts:
|
||||
- family: Nunito
|
||||
fonts:
|
||||
- asset: assets/fonts/Nunito-Regular.ttf
|
||||
- asset: assets/fonts/Nunito-Bold.ttf
|
||||
weight: 700
|
||||
- asset: assets/fonts/Nunito-Italic.ttf
|
||||
style: italic
|
||||
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/to/font-from-package
|
||||
|
Reference in New Issue
Block a user