Added flare as a dependency and imported the loading animation
This commit is contained in:
parent
04288e0d15
commit
f344a824bb
2 changed files with 4 additions and 11 deletions
BIN
assets/animations/loading_logo.flr
Normal file
BIN
assets/animations/loading_logo.flr
Normal file
Binary file not shown.
15
pubspec.yaml
15
pubspec.yaml
|
|
@ -25,6 +25,7 @@ dependencies:
|
||||||
firebase_core: ^0.3.0
|
firebase_core: ^0.3.0
|
||||||
firebase_ml_vision: ^0.6.0
|
firebase_ml_vision: ^0.6.0
|
||||||
firebase_storage: ^2.0.1
|
firebase_storage: ^2.0.1
|
||||||
|
flare_flutter: ^1.3.2
|
||||||
font_awesome_flutter: ^8.4.0
|
font_awesome_flutter: ^8.4.0
|
||||||
google_sign_in: ^4.0.1+1
|
google_sign_in: ^4.0.1+1
|
||||||
http: ^0.12.0
|
http: ^0.12.0
|
||||||
|
|
@ -44,6 +45,9 @@ dev_dependencies:
|
||||||
|
|
||||||
# The following section is specific to Flutter.
|
# The following section is specific to Flutter.
|
||||||
flutter:
|
flutter:
|
||||||
|
assets:
|
||||||
|
- assets/animations/loading_logo.flr
|
||||||
|
|
||||||
fonts:
|
fonts:
|
||||||
- family: IBM Plex Sans
|
- family: IBM Plex Sans
|
||||||
fonts:
|
fonts:
|
||||||
|
|
@ -62,14 +66,3 @@ flutter:
|
||||||
# the material Icons class.
|
# the material Icons class.
|
||||||
uses-material-design: true
|
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
|
|
||||||
|
|
||||||
# An image asset can refer to one or more resolution-specific "variants", see
|
|
||||||
# https://flutter.io/assets-and-images/#resolution-aware.
|
|
||||||
|
|
||||||
# For details regarding adding assets from package dependencies, see
|
|
||||||
# https://flutter.io/assets-and-images/#from-packages
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue