From 83f6b609be2430788a8007b3e5decc5d301b1a2d Mon Sep 17 00:00:00 2001 From: WooSignal Date: Sat, 28 Mar 2020 13:36:00 +0000 Subject: [PATCH] updated woosignal package --- LabelStoreMax/lib/labelconfig.dart | 3 +-- LabelStoreMax/pubspec.lock | 12 ++++++------ LabelStoreMax/pubspec.yaml | 5 +++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LabelStoreMax/lib/labelconfig.dart b/LabelStoreMax/lib/labelconfig.dart index cbfe1ed..fce6a98 100644 --- a/LabelStoreMax/lib/labelconfig.dart +++ b/LabelStoreMax/lib/labelconfig.dart @@ -22,8 +22,7 @@ const app_name = "MyApp"; -const app_key = - "app key"; +const app_key = "My app key"; const app_logo_url = "https://woosignal.com/images/120x120_woosignal.png"; diff --git a/LabelStoreMax/pubspec.lock b/LabelStoreMax/pubspec.lock index a2ec461..98a1261 100644 --- a/LabelStoreMax/pubspec.lock +++ b/LabelStoreMax/pubspec.lock @@ -84,7 +84,7 @@ packages: name: device_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.1+1" + version: "0.4.2+1" dio: dependency: "direct main" description: @@ -218,12 +218,12 @@ packages: source: hosted version: "2.1.4" intl: - dependency: "direct overridden" + dependency: "direct main" description: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.15.8" + version: "0.16.0" matcher: dependency: transitive description: @@ -410,7 +410,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.4" vector_math: dependency: transitive description: @@ -424,7 +424,7 @@ packages: name: woosignal url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.3" woosignal_stripe: dependency: "direct main" description: @@ -448,4 +448,4 @@ packages: version: "2.2.0" sdks: dart: ">=2.5.0 <3.0.0" - flutter: ">=1.12.13+hotfix.4 <2.0.0" + flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index f173ed4..9528d07 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -23,7 +23,7 @@ environment: sdk: ">=2.1.0 <3.0.0" dependencies: - woosignal: ^1.0.2 + woosignal: ^1.0.3 woosignal_stripe: ^0.0.4 shared_preferences: ^0.5.6+3 cached_network_image: ^2.0.0 @@ -32,6 +32,7 @@ dependencies: flutter_money_formatter: ^0.8.3 flutter_web_browser: ^0.11.0 dio: ^3.0.9 + intl: ^0.15.8 flutter_swiper: ^1.1.6 edge_alert: ^0.0.1 status_alert: ^0.1.1 @@ -55,7 +56,7 @@ flutter_icons: android: "launcher_icon" ios: true image_path: "assets/icon/appicon.png" - + dependency_overrides: intl: