Added first draft of login and tour select page
This commit is contained in:
16
pubspec.yaml
16
pubspec.yaml
@ -34,6 +34,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.8
|
||||
bloc: ^9.2.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -58,9 +59,12 @@ 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/graphics/bg-supplier-clouds.png
|
||||
- assets/graphics/gas-tank.png
|
||||
- assets/graphics/supplier.png
|
||||
- assets/graphics/location-pin-cloud.png
|
||||
- assets/graphics/bg-carrier-cylinder-duo.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
@ -73,6 +77,12 @@ 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: Inter,
|
||||
fonts:
|
||||
- asset: assets/fonts/Inter-VariableFont_opsz,wght.ttf
|
||||
|
||||
# fonts:
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
|
||||
Reference in New Issue
Block a user