We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017643 commit 3b39aefCopy full SHA for 3b39aef
pubspec.yaml
@@ -23,6 +23,7 @@ environment:
23
dependencies:
24
flutter:
25
sdk: flutter
26
+ simple_animations: ^1.3.3
27
28
29
# The following adds the Cupertino Icons font to your application.
@@ -45,9 +46,9 @@ flutter:
45
46
uses-material-design: true
47
48
# To add assets to your application, add an assets section, like this:
- # assets:
49
- # - images/a_dot_burr.jpeg
50
- # - images/a_dot_ham.jpeg
+ assets:
+ - assets/background.png
51
+ - assets/illustration.png
52
53
# An image asset can refer to one or more resolution-specific "variants", see
54
# https://flutter.dev/assets-and-images/#resolution-aware.
0 commit comments