Skip to content

Commit b4e044a

Browse files
committed
Support .env asset
1 parent d8ebc56 commit b4e044a

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed
File renamed without changes.
-562 Bytes
Binary file not shown.

lib/util/const.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class StorageKeys {
88
class Assets {
99
static String logo = "assets/images/logo.png";
1010
static String helpImg = "assets/images/help.png";
11-
static String openerAnimationForward = "assets/opener_animation.riv";
12-
static String openerAnimationReverse = "assets/opener_animation_reverse.riv";
11+
static String openerAnimationForward = "assets/animations/opener_animation.riv";
12+
static String openerAnimationReverse = "assets/animations/opener_animation_reverse.riv";
1313
}
1414

1515
class HumhubTheme {

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ flutter:
9494
- assets/
9595
- assets/images/
9696
- assets/images/locale/
97+
- assets/animations/
9798
# To add assets to your application, add an assets section, like this:
9899
# assets:
99100
# - images/a_dot_burr.jpeg

0 commit comments

Comments
 (0)