diff --git a/assets/opener_animation.riv b/assets/animations/opener_animation.riv similarity index 100% rename from assets/opener_animation.riv rename to assets/animations/opener_animation.riv diff --git a/assets/opener_animation_reverse.riv b/assets/animations/opener_animation_reverse.riv similarity index 100% rename from assets/opener_animation_reverse.riv rename to assets/animations/opener_animation_reverse.riv diff --git a/assets/opener_animation_reverse_test.riv b/assets/opener_animation_reverse_test.riv deleted file mode 100644 index 9b711a4..0000000 Binary files a/assets/opener_animation_reverse_test.riv and /dev/null differ diff --git a/lib/util/const.dart b/lib/util/const.dart index 71137f3..8689c0e 100644 --- a/lib/util/const.dart +++ b/lib/util/const.dart @@ -8,8 +8,8 @@ class StorageKeys { class Assets { static String logo = "assets/images/logo.png"; static String helpImg = "assets/images/help.png"; - static String openerAnimationForward = "assets/opener_animation.riv"; - static String openerAnimationReverse = "assets/opener_animation_reverse.riv"; + static String openerAnimationForward = "assets/animations/opener_animation.riv"; + static String openerAnimationReverse = "assets/animations/opener_animation_reverse.riv"; } class HumhubTheme { diff --git a/pubspec.yaml b/pubspec.yaml index 936f8c9..d57756f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -94,6 +94,7 @@ flutter: - assets/ - assets/images/ - assets/images/locale/ + - assets/animations/ # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg