Skip to content

Commit

Permalink
Support .env asset
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Jun 17, 2024
1 parent d8ebc56 commit b4e044a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Binary file removed assets/opener_animation_reverse_test.riv
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/util/const.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e044a

Please sign in to comment.