Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b6944d1dbb | |||
32ef2c5023 |
BIN
data/appicon_1.1.xcf
Normal file
@ -167,11 +167,13 @@ class _SCNAppState extends State<SCNApp> {
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
_purchaseSubscription = InAppPurchase.instance.purchaseStream.listen(
|
||||
purchaseUpdated,
|
||||
onDone: () => _purchaseSubscription?.cancel(),
|
||||
onError: purchaseError,
|
||||
);
|
||||
if (Globals().clientType == 'IOS' || Globals().clientType == 'ANDROID') {
|
||||
_purchaseSubscription = InAppPurchase.instance.purchaseStream.listen(
|
||||
purchaseUpdated,
|
||||
onDone: () => _purchaseSubscription?.cancel(),
|
||||
onError: purchaseError,
|
||||
);
|
||||
}
|
||||
super.initState();
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: simplecloudnotifier
|
||||
description: "Receive push messages"
|
||||
publish_to: 'none'
|
||||
|
||||
version: 2.0.1+492
|
||||
version: 2.0.1+493
|
||||
|
||||
environment:
|
||||
sdk: '>=3.2.6 <4.0.0'
|
||||
|
BIN
store/appicon_2.0.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
store/appicon_2.0_512x.png
Normal file
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 77 KiB |
BIN
store/screenshot_4.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
store/screenshot_old_1.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
store/screenshot_old_2.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
store/screenshot_old_3.png
Normal file
After Width: | Height: | Size: 55 KiB |