mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
paynym asset change
This commit is contained in:
parent
43f2fd7e77
commit
540f0b817b
5 changed files with 178 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 756 KiB |
175
assets/svg/unclaimed.svg
Normal file
175
assets/svg/unclaimed.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 62 KiB |
|
@ -117,7 +117,7 @@ class _PaynymClaimViewState extends ConsumerState<PaynymClaimView> {
|
||||||
),
|
),
|
||||||
Image(
|
Image(
|
||||||
image: AssetImage(
|
image: AssetImage(
|
||||||
Assets.png.unclaimedPaynym,
|
Assets.svg.unclaimedPaynym,
|
||||||
),
|
),
|
||||||
width: MediaQuery.of(context).size.width / 2,
|
width: MediaQuery.of(context).size.width / 2,
|
||||||
),
|
),
|
||||||
|
|
|
@ -241,6 +241,7 @@ class _SVG {
|
||||||
String get exchange3 => "assets/svg/exchange-3.svg";
|
String get exchange3 => "assets/svg/exchange-3.svg";
|
||||||
String get messageQuestion => "assets/svg/message-question-1.svg";
|
String get messageQuestion => "assets/svg/message-question-1.svg";
|
||||||
String get list => "assets/svg/list-ul.svg";
|
String get list => "assets/svg/list-ul.svg";
|
||||||
|
String get unclaimedPaynym => "assets/svg/unclaimed.png";
|
||||||
|
|
||||||
// TODO provide proper assets
|
// TODO provide proper assets
|
||||||
String get bitcoinTestnet => "assets/svg/coin_icons/Bitcoin.svg";
|
String get bitcoinTestnet => "assets/svg/coin_icons/Bitcoin.svg";
|
||||||
|
@ -349,7 +350,6 @@ class _SVG {
|
||||||
class _PNG {
|
class _PNG {
|
||||||
const _PNG();
|
const _PNG();
|
||||||
|
|
||||||
String get unclaimedPaynym => "assets/images/unclaimed.png";
|
|
||||||
String stack(BuildContext context) =>
|
String stack(BuildContext context) =>
|
||||||
"assets/images/${Theme.of(context).extension<StackColors>()!.themeType.name}/stack.png";
|
"assets/images/${Theme.of(context).extension<StackColors>()!.themeType.name}/stack.png";
|
||||||
String get splash => "assets/images/splash.png";
|
String get splash => "assets/images/splash.png";
|
||||||
|
|
|
@ -207,9 +207,9 @@ flutter:
|
||||||
- google_fonts/
|
- google_fonts/
|
||||||
- assets/svg/circle-check.svg
|
- assets/svg/circle-check.svg
|
||||||
- assets/svg/clipboard.svg
|
- assets/svg/clipboard.svg
|
||||||
- assets/images/unclaimed.png
|
|
||||||
- assets/images/glasses.png
|
- assets/images/glasses.png
|
||||||
- assets/images/glasses-hidden.png
|
- assets/images/glasses-hidden.png
|
||||||
|
- assets/svg/unclaimed.svg
|
||||||
- assets/svg/plus.svg
|
- assets/svg/plus.svg
|
||||||
- assets/svg/gear.svg
|
- assets/svg/gear.svg
|
||||||
- assets/svg/bell.svg
|
- assets/svg/bell.svg
|
||||||
|
|
Loading…
Reference in a new issue