mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add duo theme bundles and images
TODO script using test2_duo.json
This commit is contained in:
parent
cc7b958c5a
commit
7fe1109665
9 changed files with 3 additions and 2 deletions
BIN
asset_sources/bundled_themes/duo/dark.zip
Normal file
BIN
asset_sources/bundled_themes/duo/dark.zip
Normal file
Binary file not shown.
BIN
asset_sources/bundled_themes/duo/light.zip
Normal file
BIN
asset_sources/bundled_themes/duo/light.zip
Normal file
Binary file not shown.
BIN
asset_sources/icon/stack_duo/app_icon_alpha.png
Normal file
BIN
asset_sources/icon/stack_duo/app_icon_alpha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
BIN
asset_sources/icon/stack_duo/icon.png
Normal file
BIN
asset_sources/icon/stack_duo/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
1
assets/lottie/test2_duo.json
Normal file
1
assets/lottie/test2_duo.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -262,7 +262,7 @@ class _PNG {
|
|||
class _ANIMATIONS {
|
||||
const _ANIMATIONS();
|
||||
|
||||
String get test2 => "assets/lottie/test2.json";
|
||||
String get test2 => "assets/lottie/test2_sw.json";
|
||||
String get iconSend => "assets/lottie/icon_send.json";
|
||||
String get loaderAndCheckmark => "assets/lottie/loader_and_checkmark.json";
|
||||
String get arrowRotate => "assets/lottie/arrow_rotate.json";
|
||||
|
|
|
@ -276,7 +276,7 @@ flutter:
|
|||
|
||||
# lottie animations
|
||||
# basic
|
||||
- assets/lottie/test2.json
|
||||
- assets/lottie/test2_sw.json
|
||||
- assets/lottie/icon_send.json
|
||||
- assets/lottie/loader_and_checkmark.json
|
||||
- assets/lottie/arrow_rotate.json
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue