Skip to content

Commit 2b8d35b

Browse files
authored
Merge pull request #19 from woosignal/master
v5.3.1
2 parents 8213a4a + 37019ac commit 2b8d35b

File tree

7 files changed

+37
-20
lines changed

7 files changed

+37
-20
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.3.1] - 2021-11-17
2+
3+
* Fix shipping method not handling async call
4+
* Update UI for customer_countries page
5+
* Pubspec.yaml dependency updates
6+
17
## [5.3.0] - 2021-11-02
28

39
* Ability to update payment providers via WooSignal Dashboard

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.3.0
7+
### Label StoreMax - v5.3.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

LabelStoreMax/lib/resources/pages/checkout_shipping_type.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ class _CheckoutShippingTypePageState extends State<CheckoutShippingTypePage> {
9898
}
9999
}
100100

101-
_handleShippingZones(_shipping);
101+
await _handleShippingZones(_shipping);
102102

103103
if (_shipping == null) {
104104
WSShipping noZones = wsShipping
105105
.firstWhere((element) => element.parentId == 0, orElse: () => null);
106-
_handleShippingZones(noZones);
106+
await _handleShippingZones(noZones);
107107
}
108108
if (_wsShippingOptions.length == 0) {
109109
_isShippingSupported = false;

LabelStoreMax/lib/resources/pages/customer_countries.dart

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import 'package:flutter/material.dart';
1212
import 'package:flutter_app/app/models/default_shipping.dart';
1313
import 'package:flutter_app/bootstrap/helpers.dart';
14+
import 'package:flutter_app/config/app_theme.dart';
1415
import 'package:flutter_app/resources/widgets/woosignal_ui.dart';
1516
import 'package:nylo_support/helpers/helper.dart';
1617

@@ -55,7 +56,7 @@ class _CustomerCountriesPageState extends State<CustomerCountriesPage> {
5556
children: [
5657
Container(
5758
padding: EdgeInsets.symmetric(vertical: 4, horizontal: 16),
58-
margin: EdgeInsets.only(bottom: 10),
59+
margin: EdgeInsets.only(bottom: 10, top: 10),
5960
decoration: BoxDecoration(
6061
borderRadius: BorderRadius.circular(18),
6162
boxShadow: [
@@ -66,6 +67,7 @@ class _CustomerCountriesPageState extends State<CustomerCountriesPage> {
6667
offset: Offset(0, 2),
6768
),
6869
],
70+
color: NyColors.of(context).background
6971
),
7072
height: 60,
7173
child: Row(
@@ -83,6 +85,15 @@ class _CustomerCountriesPageState extends State<CustomerCountriesPage> {
8385
onChanged: _handleOnChanged,
8486
decoration: InputDecoration(
8587
border: InputBorder.none,
88+
contentPadding: EdgeInsets.all(0),
89+
enabledBorder: OutlineInputBorder(
90+
borderRadius: BorderRadius.circular(100),
91+
borderSide: BorderSide.none,
92+
),
93+
focusedBorder: OutlineInputBorder(
94+
borderRadius: BorderRadius.circular(100),
95+
borderSide: BorderSide.none,
96+
),
8697
),
8798
),
8899
),

LabelStoreMax/pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ packages:
7070
name: cached_network_image
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "3.1.0"
73+
version: "3.1.0+1"
7474
cached_network_image_platform_interface:
7575
dependency: transitive
7676
description:
@@ -147,7 +147,7 @@ packages:
147147
name: cupertino_icons
148148
url: "https://pub.dartlang.org"
149149
source: hosted
150-
version: "1.0.3"
150+
version: "1.0.4"
151151
device_info:
152152
dependency: transitive
153153
description:
@@ -276,7 +276,7 @@ packages:
276276
name: flutter_stripe
277277
url: "https://pub.dartlang.org"
278278
source: hosted
279-
version: "2.0.1"
279+
version: "2.0.2"
280280
flutter_styled_toast:
281281
dependency: "direct main"
282282
description:
@@ -669,21 +669,21 @@ packages:
669669
name: stripe_android
670670
url: "https://pub.dartlang.org"
671671
source: hosted
672-
version: "2.0.0"
672+
version: "2.0.2"
673673
stripe_ios:
674674
dependency: transitive
675675
description:
676676
name: stripe_ios
677677
url: "https://pub.dartlang.org"
678678
source: hosted
679-
version: "2.0.0"
679+
version: "2.0.2"
680680
stripe_platform_interface:
681681
dependency: transitive
682682
description:
683683
name: stripe_platform_interface
684684
url: "https://pub.dartlang.org"
685685
source: hosted
686-
version: "2.0.0"
686+
version: "2.0.2"
687687
synchronized:
688688
dependency: transitive
689689
description:
@@ -753,14 +753,14 @@ packages:
753753
name: webview_flutter
754754
url: "https://pub.dartlang.org"
755755
source: hosted
756-
version: "2.1.1"
756+
version: "2.3.1"
757757
webview_flutter_android:
758758
dependency: transitive
759759
description:
760760
name: webview_flutter_android
761761
url: "https://pub.dartlang.org"
762762
source: hosted
763-
version: "2.0.15"
763+
version: "2.2.1"
764764
webview_flutter_platform_interface:
765765
dependency: transitive
766766
description:
@@ -774,7 +774,7 @@ packages:
774774
name: webview_flutter_wkwebview
775775
url: "https://pub.dartlang.org"
776776
source: hosted
777-
version: "2.0.14"
777+
version: "2.2.0"
778778
win32:
779779
dependency: transitive
780780
description:

LabelStoreMax/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Official WooSignal App Template for WooCommerce
22

33
# Label StoreMax
4-
# Version: 5.3.0
4+
# Version: 5.3.1
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/label-storemax
@@ -31,14 +31,14 @@ dependencies:
3131
page_transition: ^2.0.4
3232
nylo_framework: ^2.0.4
3333
woosignal: ^2.2.1
34-
flutter_stripe: ^2.0.1
34+
flutter_stripe: ^2.0.2
3535
wp_json_api: ^3.1.3
36-
cached_network_image: ^3.1.0
36+
cached_network_image: ^3.1.0+1
3737
package_info: ^2.0.2
3838
money_formatter: ^0.0.3
3939
platform_alert_dialog: ^1.0.0+2
4040
flutter_web_browser: ^0.15.0
41-
webview_flutter: ^2.1.1
41+
webview_flutter: ^2.3.1
4242
pull_to_refresh: 2.0.0
4343
flutter_swiper: ^1.1.6
4444
flutter_styled_toast: ^2.0.0
@@ -58,7 +58,7 @@ dependencies:
5858

5959
# The following adds the Cupertino Icons font to your application.
6060
# Use with the CupertinoIcons class for iOS style icons.
61-
cupertino_icons: ^1.0.3
61+
cupertino_icons: ^1.0.4
6262

6363
dev_dependencies:
6464
flutter_test:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<img width="200" height="125" src="https://www.woosignal.com/images/woosignal_logo_stripe_blue.png" alt="WooSignal logo">
2+
<img width="200" height="125" src="https://woosignal.com/images/woosignal_logo_stripe_blue.png" alt="WooSignal logo">
33
</p>
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.3.0
7+
### Label StoreMax - v5.3.1
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

0 commit comments

Comments
 (0)