some updates requiring attention

This commit is contained in:
mem3Dealer
2021-01-15 16:09:30 +03:00
parent 4b8c6fa586
commit cae80a4ab8
3 changed files with 162 additions and 42 deletions

View File

@@ -28,6 +28,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
provider:
dev_dependencies:
flutter_test:
@@ -45,9 +46,13 @@ 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/scrns/
# - assets/scrns/scrn1.png
# - assets/scrns/scrn2.png
# - assets/scrns/scrn3.png
# - assets/scrns/scrn4.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.