progress on home page
This commit is contained in:
13
pubspec.yaml
13
pubspec.yaml
@@ -42,6 +42,11 @@ dependencies:
|
||||
google_fonts: ^6.1.0
|
||||
uuid: ^4.3.3
|
||||
skeletonizer: ^1.4.3
|
||||
dio: ^5.8.0+1
|
||||
freezed_annotation: ^3.0.0
|
||||
json_annotation: ^4.9.0
|
||||
flutter_dotenv: ^5.2.1
|
||||
logger: ^2.6.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -53,6 +58,9 @@ dev_dependencies:
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
build_runner: ^2.5.4
|
||||
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
|
||||
@@ -66,9 +74,8 @@ flutter:
|
||||
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/
|
||||
|
||||
# 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