Skip to content

Commit d0270cd

Browse files
author
WooSignal
committed
Flutter stable v1.12.13+hotfix.9 support & pubspec update
1 parent 44d8f49 commit d0270cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LabelStoreMax/lib/pages/account_detail.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class _AccountDetailPageState extends State<AccountDetailPage>
364364
textAlign: TextAlign.right,
365365
style: Theme.of(context)
366366
.primaryTextTheme
367-
.bodyText1
367+
.body2
368368
.copyWith(
369369
fontWeight: FontWeight.w400,
370370
color: Colors.black),

LabelStoreMax/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ packages:
321321
name: pedantic
322322
url: "https://pub.dartlang.org"
323323
source: hosted
324-
version: "1.9.0"
324+
version: "1.8.0+1"
325325
petitparser:
326326
dependency: transitive
327327
description:
@@ -466,7 +466,7 @@ packages:
466466
name: test_api
467467
url: "https://pub.dartlang.org"
468468
source: hosted
469-
version: "0.2.15"
469+
version: "0.2.11"
470470
transformer_page_view:
471471
dependency: transitive
472472
description:
@@ -543,7 +543,7 @@ packages:
543543
name: wp_json_api
544544
url: "https://pub.dartlang.org"
545545
source: hosted
546-
version: "0.1.1"
546+
version: "0.1.2"
547547
xml:
548548
dependency: transitive
549549
description:

LabelStoreMax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ environment:
2525
dependencies:
2626
woosignal: ^1.0.6
2727
woosignal_stripe: ^0.0.4
28-
wp_json_api: ^0.1.1
28+
wp_json_api: ^0.1.2
2929
shared_preferences: ^0.5.6+3
3030
cached_network_image: ^2.0.0
3131
page_transition: ^1.1.5

0 commit comments

Comments
 (0)