Skip to content

Commit fccf7d3

Browse files
committed
v2.1.0
1 parent c6c19a8 commit fccf7d3

File tree

6 files changed

+25
-29
lines changed

6 files changed

+25
-29
lines changed

ShopMax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.0] - 2025-01-05
2+
3+
* pubspec.yaml updates
4+
15
## [2.0.0] - 2024-12-31
26

37
* Update project for Nylo 6.x

ShopMax/lib/routes/guards/auth_profile_route_guard.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class AuthProfileRouteGuard extends NyRouteGuard {
1212
bool isLoggedIn = WooSignalShopify.authUserLoggedIn();
1313

1414
if (!isLoggedIn) {
15-
await Future.delayed(Duration(microseconds: 500));
1615
return redirect(LoginPage.path, data: {"showBackButton": true});
1716
}
1817

ShopMax/lib/routes/guards/auth_route_guard.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class AuthRouteGuard extends NyRouteGuard {
1717

1818
@override
1919
onRequest(PageRequest pageRequest) async {
20-
// print(data); // will give you access to the data passed to the route
21-
// print(queryParameters); // will give you access to the BuildContext
2220

2321
bool isLoggedIn = (await Auth.isAuthenticated());
2422
if (!isLoggedIn) {

ShopMax/pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ packages:
258258
dependency: transitive
259259
description:
260260
name: device_meta
261-
sha256: "9ed585dda3fcf85365be1e68cab283e54afce41eab17871fa7c9c53001e2330a"
261+
sha256: "74c40791731b499432d2c35986645949e34a0ccdfd3f4daa376486d356898816"
262262
url: "https://pub.dev"
263263
source: hosted
264-
version: "2.1.0"
264+
version: "2.1.1"
265265
dio:
266266
dependency: transitive
267267
description:
@@ -298,10 +298,10 @@ packages:
298298
dependency: transitive
299299
description:
300300
name: error_stack
301-
sha256: f1f14820500d6b1931756758f8e6e899a0a0829b8b926ba04f141791cdf7b79e
301+
sha256: "9b4b685fbee04cc4a72f0791663caac5838585d32f83e15ab64f9c8957ec506b"
302302
url: "https://pub.dev"
303303
source: hosted
304-
version: "1.10.0"
304+
version: "1.10.1"
305305
eventify:
306306
dependency: transitive
307307
description:
@@ -532,26 +532,26 @@ packages:
532532
dependency: transitive
533533
description:
534534
name: flutter_secure_storage
535-
sha256: "165164745e6afb5c0e3e3fcc72a012fb9e58496fb26ffb92cf22e16a821e85d0"
535+
sha256: "1913841ac4c7bf57cd2e05b717e1fbff7841b542962feff827b16525a781b3e4"
536536
url: "https://pub.dev"
537537
source: hosted
538-
version: "9.2.2"
538+
version: "9.2.3"
539539
flutter_secure_storage_linux:
540540
dependency: transitive
541541
description:
542542
name: flutter_secure_storage_linux
543-
sha256: "4d91bfc23047422cbcd73ac684bc169859ee766482517c22172c86596bf1464b"
543+
sha256: bf7404619d7ab5c0a1151d7c4e802edad8f33535abfbeff2f9e1fe1274e2d705
544544
url: "https://pub.dev"
545545
source: hosted
546-
version: "1.2.1"
546+
version: "1.2.2"
547547
flutter_secure_storage_macos:
548548
dependency: transitive
549549
description:
550550
name: flutter_secure_storage_macos
551-
sha256: "1693ab11121a5f925bbea0be725abfcfbbcf36c1e29e571f84a0c0f436147a81"
551+
sha256: "6c0a2795a2d1de26ae202a0d78527d163f4acbb11cde4c75c670f3a0fc064247"
552552
url: "https://pub.dev"
553553
source: hosted
554-
version: "3.1.2"
554+
version: "3.1.3"
555555
flutter_secure_storage_platform_interface:
556556
dependency: transitive
557557
description:
@@ -838,17 +838,17 @@ packages:
838838
dependency: "direct main"
839839
description:
840840
name: nylo_framework
841-
sha256: c1188e3b04e4996945e811122a4dc304706c2240f2f487f5bedea3e943054964
841+
sha256: "8ac23c77b4e2c23056410594c4b72bf978ac8d782ec373ff154e4c52da5d1840"
842842
url: "https://pub.dev"
843843
source: hosted
844-
version: "6.5.2"
844+
version: "6.5.3"
845845
nylo_support:
846846
dependency: "direct overridden"
847847
description:
848848
path: "/Users/anthony/StudioProjects/support"
849849
relative: false
850850
source: path
851-
version: "6.14.1"
851+
version: "6.14.3"
852852
octo_image:
853853
dependency: transitive
854854
description:
@@ -1037,10 +1037,10 @@ packages:
10371037
dependency: "direct main"
10381038
description:
10391039
name: scaffold_ui
1040-
sha256: "4e586ebb9ad01cb30900517e01ca1ba529c7296b06935dbf6ae71a990c9c89d2"
1040+
sha256: "6d846d3e401ebc9841f775b0cc2ed31d6574aeae352ed75804166457c01b2ce1"
10411041
url: "https://pub.dev"
10421042
source: hosted
1043-
version: "1.1.8"
1043+
version: "1.1.9"
10441044
shared_preferences:
10451045
dependency: transitive
10461046
description:
@@ -1402,10 +1402,10 @@ packages:
14021402
dependency: "direct main"
14031403
description:
14041404
name: woosignal_shopify_api
1405-
sha256: a41526a23da246b521b6cd01dfcd2744080e1a477b8bdef1e63d6964c05318a7
1405+
sha256: df8a16eae1f456ffc66b413cadc28940e2781e27f4522fe08e24c8657204b8d1
14061406
url: "https://pub.dev"
14071407
source: hosted
1408-
version: "2.2.0"
1408+
version: "2.2.1"
14091409
xdg_directories:
14101410
dependency: transitive
14111411
description:

ShopMax/pubspec.yaml

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

33
# ShopMax
4-
# Version: 2.0.0
4+
# Version: 2.1.0
55
# Author: Anthony Gordon
66
# Homepage: https://woosignal.com
77
# Documentation: https://woosignal.com/docs/app/shopmax
@@ -29,13 +29,13 @@ dependencies:
2929
google_fonts: ^6.2.1
3030
analyzer: ^6.7.0
3131
intl: ^0.19.0
32-
nylo_framework: ^6.5.2
32+
nylo_framework: ^6.5.3
3333
pretty_dio_logger: ^1.4.0
3434
cupertino_icons: ^1.0.8
3535
path_provider: ^2.1.4
3636
flutter_local_notifications: ^18.0.1
3737
font_awesome_flutter: ^10.8.0
38-
scaffold_ui: ^1.1.8
38+
scaffold_ui: ^1.1.9
3939
cached_network_image: ^3.4.1
4040
package_info_plus: ^4.2.0
4141
money_formatter: ^0.0.5
@@ -47,7 +47,7 @@ dependencies:
4747
auto_size_text: ^3.0.0
4848
flutter_inappwebview: ^6.1.5
4949
html: ^0.15.4
50-
woosignal_shopify_api: ^2.2.0
50+
woosignal_shopify_api: ^2.2.1
5151
flutter_widget_from_html_core: ^0.15.2
5252
flutter_rating_bar: ^4.0.1
5353
flutter_staggered_grid_view: ^0.7.0
@@ -87,10 +87,6 @@ flutter_launcher_icons:
8787
# RENAME YOUR PROJECT
8888
# flutter pub run rename setAppName --targets ios,android --value "YourAppName"
8989

90-
#dependency_overrides:
91-
# nylo_support:
92-
# path: /Users/anthony/StudioProjects/support
93-
9490
flutter:
9591

9692
# The following line ensures that the Material Icons font is

ShopMax/test/widget_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
import 'package:flutter_test/flutter_test.dart';
21

32
void main() {}

0 commit comments

Comments
 (0)