version v2.2.1 - version bump for plugins & minimum deployment ios13

This commit is contained in:
Anthony 2020-10-22 22:18:53 +01:00
parent 3b03a59aec
commit f0bd290fa7
16 changed files with 172 additions and 94 deletions

View File

@ -1 +1 @@
b98ea22bbb9eb082f24a2f56c80c348a
bc983e13b3efb48b50e7a3cb8fc4ede2

View File

@ -2,25 +2,25 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.flutter.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>App</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.flutter.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>App</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>13.00</string>
</dict>
</plist>

View File

@ -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";

View File

@ -18,6 +18,8 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>MinimumOSVersion</key>
<string>13.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>

View File

@ -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),

View File

@ -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
*/

View File

@ -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,

View File

@ -181,7 +181,7 @@ class _AccountBillingDetailsPageState extends State<AccountBillingDetailsPage> {
borderRadius: BorderRadius.circular(10),
boxShadow: [
BoxShadow(
color: Hexcolor("#e8e8e8"),
color: HexColor("#e8e8e8"),
blurRadius: 15.0,
spreadRadius: 0,
offset: Offset(

View File

@ -345,7 +345,7 @@ class _AccountDetailPageState extends State<AccountDetailPage>
decoration: BoxDecoration(
border: Border(
bottom: BorderSide(
color: Hexcolor("#fcfcfc"),
color: HexColor("#fcfcfc"),
width: 1,
),
),

View File

@ -120,7 +120,7 @@ class _AccountOrderDetailPageState extends State<AccountOrderDetailPage> {
decoration: BoxDecoration(
border: Border(
bottom: BorderSide(
color: Hexcolor("#fcfcfc"), width: 1),
color: HexColor("#fcfcfc"), width: 1),
),
),
child: Row(

View File

@ -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,

View File

@ -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"));
}

View File

@ -43,7 +43,7 @@ Widget wsSecondaryButton(BuildContext context,
textAlign: TextAlign.center,
),
onPressed: action,
color: Hexcolor("#f6f6f9"),
color: HexColor("#f6f6f9"),
elevation: 1,
),
);

View File

@ -194,7 +194,7 @@ Widget widgetCheckoutMeta(BuildContext context, {String title, String amount}) {
List<BoxShadow> wsBoxShadow({double blurRadius}) {
return [
BoxShadow(
color: Hexcolor("#e8e8e8"),
color: HexColor("#e8e8e8"),
blurRadius: blurRadius ?? 15.0,
spreadRadius: 0,
offset: Offset(

View File

@ -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"

View File

@ -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 <agordon@woosignal.com>
# 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