Browse Source

w1

dart3_last
w-R 2 years ago
parent
commit
bd6d3a1a6e
  1. 2
      lib/generated/l10n.dart
  2. 2
      lib/main.dart
  3. 351
      pubspec.lock
  4. 7
      pubspec.yaml

2
lib/generated/l10n.dart

@ -5008,7 +5008,7 @@ class S {
/// ``
String get pingtaiyue {
return Intl.message(
'回乡余额',
'平台余额',
name: 'pingtaiyue',
desc: '',
args: [],

2
lib/main.dart

@ -162,7 +162,7 @@ class MyApp extends StatelessWidget {
),
child: ScreenUtilInit(
designSize: Size(375, 812),
builder: (c,w) => MaterialApp(
builder: () => MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,

351
pubspec.lock

File diff suppressed because it is too large Load Diff

7
pubspec.yaml

@ -3,7 +3,7 @@ description: 一心回乡.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.36+24
version: 2.0.38+26
environment:
sdk: ">=2.7.0 <3.0.0"
@ -17,8 +17,7 @@ dependencies:
gradient_widgets: ^0.6.0
keframe: ^3.0.0
# keframe: ^2.0.2 #滑动组件卡顿优化
keframe: ^2.0.2 #滑动组件卡顿优化
tpns_flutter_plugin:
git:
@ -67,7 +66,7 @@ dependencies:
scan: ^1.5.0
path_provider: ^1.2.0
network_to_file_image: ^4.0.1
network_to_file_image: ^2.0.0
flutter_html: ^2.1.5 #2.1.0
chewie_audio: ^1.1.2

Loading…
Cancel
Save