diff --git a/LabelStoreMax/ios/Flutter/.last_build_id b/LabelStoreMax/ios/Flutter/.last_build_id index 166ef32..8d22dc2 100644 --- a/LabelStoreMax/ios/Flutter/.last_build_id +++ b/LabelStoreMax/ios/Flutter/.last_build_id @@ -1 +1 @@ -b98ea22bbb9eb082f24a2f56c80c348a \ No newline at end of file +bc983e13b3efb48b50e7a3cb8fc4ede2 \ No newline at end of file diff --git a/LabelStoreMax/ios/Flutter/AppFrameworkInfo.plist b/LabelStoreMax/ios/Flutter/AppFrameworkInfo.plist index 6b4c0f7..5415f75 100644 --- a/LabelStoreMax/ios/Flutter/AppFrameworkInfo.plist +++ b/LabelStoreMax/ios/Flutter/AppFrameworkInfo.plist @@ -2,25 +2,25 @@ - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 8.0 + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + MinimumOSVersion + 13.00 diff --git a/LabelStoreMax/ios/Runner.xcodeproj/project.pbxproj b/LabelStoreMax/ios/Runner.xcodeproj/project.pbxproj index 7eb44f8..9888538 100644 --- a/LabelStoreMax/ios/Runner.xcodeproj/project.pbxproj +++ b/LabelStoreMax/ios/Runner.xcodeproj/project.pbxproj @@ -378,7 +378,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -462,7 +462,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -511,7 +511,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; diff --git a/LabelStoreMax/ios/Runner/Info.plist b/LabelStoreMax/ios/Runner/Info.plist index 85550a6..6f0e155 100644 --- a/LabelStoreMax/ios/Runner/Info.plist +++ b/LabelStoreMax/ios/Runner/Info.plist @@ -18,6 +18,8 @@ $(FLUTTER_BUILD_NAME) CFBundleSignature ???? + MinimumOSVersion + 13.0 CFBundleURLTypes @@ -58,4 +60,4 @@ UIViewControllerBasedStatusBarAppearance - \ No newline at end of file + diff --git a/LabelStoreMax/lib/helpers/app_themes.dart b/LabelStoreMax/lib/helpers/app_themes.dart index 42e46c8..8d75a0a 100644 --- a/LabelStoreMax/lib/helpers/app_themes.dart +++ b/LabelStoreMax/lib/helpers/app_themes.dart @@ -11,7 +11,6 @@ import 'package:flutter/material.dart'; import 'package:hexcolor/hexcolor.dart'; import 'package:label_storemax/widgets/woosignal_ui.dart'; -import 'package:label_storemax/helpers/tools.dart'; TextTheme textThemeAccent() { return TextTheme( @@ -42,16 +41,16 @@ TextTheme textThemeAccent() { fontFamily: appFontFamily, fontWeight: FontWeight.w800), bodyText1: new TextStyle( - color: Hexcolor("#606060"), + color: HexColor("#606060"), fontFamily: appFontFamily, fontWeight: FontWeight.w700), bodyText2: new TextStyle( - color: Hexcolor("#a8a8a8"), + color: HexColor("#a8a8a8"), fontFamily: appFontFamily, fontWeight: FontWeight.w700, fontSize: 18), caption: new TextStyle( - color: Hexcolor("#2a5080"), + color: HexColor("#2a5080"), fontFamily: appFontFamily, fontWeight: FontWeight.w700, fontSize: 14), @@ -91,16 +90,16 @@ TextTheme textThemePrimary() { fontFamily: appFontFamily, fontWeight: FontWeight.w800), bodyText1: new TextStyle( - color: Hexcolor("#606060"), + color: HexColor("#606060"), fontFamily: appFontFamily, fontWeight: FontWeight.w700), bodyText2: new TextStyle( - color: Hexcolor("#a8a8a8"), + color: HexColor("#a8a8a8"), fontFamily: appFontFamily, fontWeight: FontWeight.w700, fontSize: 18), caption: new TextStyle( - color: Hexcolor("#2a5080"), + color: HexColor("#2a5080"), fontFamily: appFontFamily, fontWeight: FontWeight.w700, fontSize: 14), diff --git a/LabelStoreMax/lib/labelconfig.dart b/LabelStoreMax/lib/labelconfig.dart index aaea561..de7d8c1 100644 --- a/LabelStoreMax/lib/labelconfig.dart +++ b/LabelStoreMax/lib/labelconfig.dart @@ -16,7 +16,7 @@ import 'dart:ui'; Developer Notes SUPPORT EMAIL - support@woosignal.com - VERSION - 2.2.0 + VERSION - 2.2.1 https://woosignal.com */ diff --git a/LabelStoreMax/lib/main.dart b/LabelStoreMax/lib/main.dart index 476e59c..b5f729f 100644 --- a/LabelStoreMax/lib/main.dart +++ b/LabelStoreMax/lib/main.dart @@ -217,11 +217,11 @@ void main() async { return locale; }, theme: ThemeData( - primaryColor: Hexcolor("#2f4ffe"), + primaryColor: HexColor("#2f4ffe"), backgroundColor: Colors.white, buttonTheme: ButtonThemeData( hoverColor: Colors.transparent, - buttonColor: Hexcolor("#529cda"), + buttonColor: HexColor("#529cda"), colorScheme: colorSchemeButton(), minWidth: double.infinity, height: 70, diff --git a/LabelStoreMax/lib/pages/account_billing_details.dart b/LabelStoreMax/lib/pages/account_billing_details.dart index 73a37c6..589037d 100644 --- a/LabelStoreMax/lib/pages/account_billing_details.dart +++ b/LabelStoreMax/lib/pages/account_billing_details.dart @@ -181,7 +181,7 @@ class _AccountBillingDetailsPageState extends State { borderRadius: BorderRadius.circular(10), boxShadow: [ BoxShadow( - color: Hexcolor("#e8e8e8"), + color: HexColor("#e8e8e8"), blurRadius: 15.0, spreadRadius: 0, offset: Offset( diff --git a/LabelStoreMax/lib/pages/account_detail.dart b/LabelStoreMax/lib/pages/account_detail.dart index 09cda0e..df1e618 100644 --- a/LabelStoreMax/lib/pages/account_detail.dart +++ b/LabelStoreMax/lib/pages/account_detail.dart @@ -345,7 +345,7 @@ class _AccountDetailPageState extends State decoration: BoxDecoration( border: Border( bottom: BorderSide( - color: Hexcolor("#fcfcfc"), + color: HexColor("#fcfcfc"), width: 1, ), ), diff --git a/LabelStoreMax/lib/pages/account_order_detail.dart b/LabelStoreMax/lib/pages/account_order_detail.dart index 779a774..c1f868b 100644 --- a/LabelStoreMax/lib/pages/account_order_detail.dart +++ b/LabelStoreMax/lib/pages/account_order_detail.dart @@ -120,7 +120,7 @@ class _AccountOrderDetailPageState extends State { decoration: BoxDecoration( border: Border( bottom: BorderSide( - color: Hexcolor("#fcfcfc"), width: 1), + color: HexColor("#fcfcfc"), width: 1), ), ), child: Row( diff --git a/LabelStoreMax/lib/pages/account_shipping_details.dart b/LabelStoreMax/lib/pages/account_shipping_details.dart index 2dc9a1e..5477008 100644 --- a/LabelStoreMax/lib/pages/account_shipping_details.dart +++ b/LabelStoreMax/lib/pages/account_shipping_details.dart @@ -200,7 +200,7 @@ class _AccountShippingDetailsPageState borderRadius: BorderRadius.circular(10), boxShadow: [ BoxShadow( - color: Hexcolor("#e8e8e8"), + color: HexColor("#e8e8e8"), blurRadius: 15.0, // has the effect of softening the shadow spreadRadius: 0, diff --git a/LabelStoreMax/lib/widgets/app_loader.dart b/LabelStoreMax/lib/widgets/app_loader.dart index febdae8..0bedd41 100644 --- a/LabelStoreMax/lib/widgets/app_loader.dart +++ b/LabelStoreMax/lib/widgets/app_loader.dart @@ -13,5 +13,5 @@ import 'package:flutter_spinkit/flutter_spinkit.dart'; import 'package:hexcolor/hexcolor.dart'; Widget showAppLoader() { - return SpinKitDoubleBounce(color: Hexcolor("#393318")); + return SpinKitDoubleBounce(color: HexColor("#393318")); } diff --git a/LabelStoreMax/lib/widgets/buttons.dart b/LabelStoreMax/lib/widgets/buttons.dart index ec2382c..495118f 100644 --- a/LabelStoreMax/lib/widgets/buttons.dart +++ b/LabelStoreMax/lib/widgets/buttons.dart @@ -43,7 +43,7 @@ Widget wsSecondaryButton(BuildContext context, textAlign: TextAlign.center, ), onPressed: action, - color: Hexcolor("#f6f6f9"), + color: HexColor("#f6f6f9"), elevation: 1, ), ); diff --git a/LabelStoreMax/lib/widgets/woosignal_ui.dart b/LabelStoreMax/lib/widgets/woosignal_ui.dart index 993420f..f3e8fbf 100644 --- a/LabelStoreMax/lib/widgets/woosignal_ui.dart +++ b/LabelStoreMax/lib/widgets/woosignal_ui.dart @@ -194,7 +194,7 @@ Widget widgetCheckoutMeta(BuildContext context, {String title, String amount}) { List wsBoxShadow({double blurRadius}) { return [ BoxShadow( - color: Hexcolor("#e8e8e8"), + color: HexColor("#e8e8e8"), blurRadius: blurRadius ?? 15.0, spreadRadius: 0, offset: Offset( diff --git a/LabelStoreMax/pubspec.lock b/LabelStoreMax/pubspec.lock index 019353b..3089616 100644 --- a/LabelStoreMax/pubspec.lock +++ b/LabelStoreMax/pubspec.lock @@ -21,7 +21,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.5.0-nullsafety.1" auto_size_text: dependency: "direct main" description: @@ -35,7 +35,7 @@ packages: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0-nullsafety.1" bubble_tab_indicator: dependency: "direct main" description: @@ -49,28 +49,35 @@ packages: name: cached_network_image url: "https://pub.dartlang.org" source: hosted - version: "2.2.0+1" + version: "2.3.3" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0-nullsafety.3" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.2.0-nullsafety.1" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.0-nullsafety.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.15.0-nullsafety.3" convert: dependency: transitive description: @@ -120,6 +127,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.0.1" + equatable: + dependency: transitive + description: + name: equatable + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.5" eventify: dependency: transitive description: @@ -133,7 +147,14 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0-nullsafety.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" file: dependency: transitive description: @@ -160,6 +181,20 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_application_id: + dependency: "direct dev" + description: + name: flutter_application_id + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + flutter_blurhash: + dependency: transitive + description: + name: flutter_blurhash + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.0" flutter_cache_manager: dependency: transitive description: @@ -173,7 +208,7 @@ packages: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.7.5" + version: "0.8.1" flutter_localizations: dependency: "direct main" description: flutter @@ -206,7 +241,7 @@ packages: name: flutter_staggered_grid_view url: "https://pub.dartlang.org" source: hosted - version: "0.3.1" + version: "0.3.2" flutter_swiper: dependency: "direct main" description: @@ -225,12 +260,19 @@ packages: name: flutter_web_browser url: "https://pub.dartlang.org" source: hosted - version: "0.11.0" + version: "0.12.0" flutter_web_plugins: dependency: transitive description: flutter source: sdk version: "0.0.0" + hexcolor: + dependency: "direct main" + description: + name: hexcolor + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.6" html: dependency: "direct main" description: @@ -272,42 +314,49 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.10-nullsafety.1" math_expressions: dependency: "direct main" description: name: math_expressions url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.1" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.3.0-nullsafety.3" + octo_image: + dependency: transitive + description: + name: octo_image + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.0" package_info: dependency: "direct main" description: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.1" + version: "0.4.3" page_transition: dependency: "direct main" description: name: page_transition url: "https://pub.dartlang.org" source: hosted - version: "1.1.5" + version: "1.1.7+2" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0-nullsafety.1" path_provider: dependency: transitive description: @@ -335,7 +384,14 @@ packages: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.3" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.4+1" pedantic: dependency: transitive description: @@ -364,13 +420,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.0+2" - platform_detect: - dependency: transitive - description: - name: platform_detect - url: "https://pub.dartlang.org" - source: hosted - version: "1.4.0" plugin_platform_interface: dependency: transitive description: @@ -385,20 +434,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.13" - pub_semver: - dependency: transitive - description: - name: pub_semver - url: "https://pub.dartlang.org" - source: hosted - version: "1.4.4" pull_to_refresh: dependency: "direct main" description: name: pull_to_refresh url: "https://pub.dartlang.org" source: hosted - version: "1.5.8" + version: "1.6.2" razorpay_flutter: dependency: "direct main" description: @@ -419,7 +461,14 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.5.7+3" + version: "0.5.12" + shared_preferences_linux: + dependency: transitive + description: + name: shared_preferences_linux + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.2+2" shared_preferences_macos: dependency: transitive description: @@ -441,6 +490,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.2+7" + shared_preferences_windows: + dependency: transitive + description: + name: shared_preferences_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.1+1" sky_engine: dependency: transitive description: flutter @@ -452,7 +508,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0-nullsafety.2" sqflite: dependency: transitive description: @@ -473,7 +529,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.10.0-nullsafety.1" status_alert: dependency: "direct main" description: @@ -487,14 +543,14 @@ packages: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0-nullsafety.1" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.1.0-nullsafety.1" synchronized: dependency: transitive description: @@ -508,14 +564,14 @@ packages: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0-nullsafety.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.19-nullsafety.2" transformer_page_view: dependency: transitive description: @@ -529,14 +585,21 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.0-nullsafety.3" url_launcher: dependency: "direct main" description: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.4.11" + version: "5.7.7" + url_launcher_linux: + dependency: transitive + description: + name: url_launcher_linux + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.1+1" url_launcher_macos: dependency: transitive description: @@ -550,14 +613,21 @@ packages: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.9" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.1+6" + version: "0.1.5" + url_launcher_windows: + dependency: transitive + description: + name: url_launcher_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.1+1" uuid: dependency: transitive description: @@ -571,14 +641,21 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0-nullsafety.3" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "1.7.3" woosignal: dependency: "direct main" description: name: woosignal url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.2.0" woosignal_stripe: dependency: "direct main" description: @@ -615,5 +692,5 @@ packages: source: hosted version: "2.2.1" sdks: - dart: ">=2.8.0 <3.0.0" - flutter: ">=1.12.13+hotfix.5 <2.0.0" + dart: ">=2.10.0-110 <2.11.0" + flutter: ">=1.22.0 <2.0.0" diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index 39a195c..07ff7ae 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -1,7 +1,7 @@ # Official WooSignal App Template for WooCommerce # Label StoreMax -# Version 2.2.0 +# Version 2.2.1 # Homepage: https://woosignal.com # Author: Anthony Gordon # Documentation: https://woosignal.com/docs/app/ios/label-storemax @@ -32,10 +32,10 @@ dependencies: razorpay_flutter: ^1.2.2 wp_json_api: ^0.1.4 shared_preferences: ^0.5.12 - cached_network_image: ^2.3.2+1 + cached_network_image: ^2.3.3 page_transition: ^1.1.7+2 - package_info: ^0.4.0+16 - url_launcher: ^5.7.2 + package_info: ^0.4.3 + url_launcher: ^5.7.5 flutter_money_formatter: ^0.8.3 platform_alert_dialog: ^1.0.0+2 flutter_web_browser: ^0.12.0 @@ -46,7 +46,7 @@ dependencies: bubble_tab_indicator: ^0.1.4 status_alert: ^0.1.2 math_expressions: ^2.0.1 - hexcolor: ^1.0.4 + hexcolor: ^1.0.6 flutter_spinkit: ^4.1.2+1 flutter_launcher_icons: ^0.8.1 auto_size_text: ^2.1.0