Skip to content

Commit 3b39aef

Browse files
committed
Install package
1 parent d017643 commit 3b39aef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ environment:
2323
dependencies:
2424
flutter:
2525
sdk: flutter
26+
simple_animations: ^1.3.3
2627

2728

2829
# The following adds the Cupertino Icons font to your application.
@@ -45,9 +46,9 @@ flutter:
4546
uses-material-design: true
4647

4748
# To add assets to your application, add an assets section, like this:
48-
# assets:
49-
# - images/a_dot_burr.jpeg
50-
# - images/a_dot_ham.jpeg
49+
assets:
50+
- assets/background.png
51+
- assets/illustration.png
5152

5253
# An image asset can refer to one or more resolution-specific "variants", see
5354
# https://flutter.dev/assets-and-images/#resolution-aware.

0 commit comments

Comments
 (0)