From d0270cdcd3654485194d5a387f490850e4f6de76 Mon Sep 17 00:00:00 2001 From: WooSignal Date: Fri, 1 May 2020 21:43:57 +0100 Subject: [PATCH] Flutter stable v1.12.13+hotfix.9 support & pubspec update --- LabelStoreMax/lib/pages/account_detail.dart | 2 +- LabelStoreMax/pubspec.lock | 6 +++--- LabelStoreMax/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LabelStoreMax/lib/pages/account_detail.dart b/LabelStoreMax/lib/pages/account_detail.dart index e0e114f..295fe8e 100644 --- a/LabelStoreMax/lib/pages/account_detail.dart +++ b/LabelStoreMax/lib/pages/account_detail.dart @@ -364,7 +364,7 @@ class _AccountDetailPageState extends State textAlign: TextAlign.right, style: Theme.of(context) .primaryTextTheme - .bodyText1 + .body2 .copyWith( fontWeight: FontWeight.w400, color: Colors.black), diff --git a/LabelStoreMax/pubspec.lock b/LabelStoreMax/pubspec.lock index 388a7c6..7b8a97c 100644 --- a/LabelStoreMax/pubspec.lock +++ b/LabelStoreMax/pubspec.lock @@ -321,7 +321,7 @@ packages: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.8.0+1" petitparser: dependency: transitive description: @@ -466,7 +466,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.11" transformer_page_view: dependency: transitive description: @@ -543,7 +543,7 @@ packages: name: wp_json_api url: "https://pub.dartlang.org" source: hosted - version: "0.1.1" + version: "0.1.2" xml: dependency: transitive description: diff --git a/LabelStoreMax/pubspec.yaml b/LabelStoreMax/pubspec.yaml index 29cfdd9..339bff9 100644 --- a/LabelStoreMax/pubspec.yaml +++ b/LabelStoreMax/pubspec.yaml @@ -25,7 +25,7 @@ environment: dependencies: woosignal: ^1.0.6 woosignal_stripe: ^0.0.4 - wp_json_api: ^0.1.1 + wp_json_api: ^0.1.2 shared_preferences: ^0.5.6+3 cached_network_image: ^2.0.0 page_transition: ^1.1.5