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 { String get pingtaiyue {
return Intl.message( return Intl.message(
'回乡余额', '平台余额',
name: 'pingtaiyue', name: 'pingtaiyue',
desc: '', desc: '',
args: [], args: [],

2
lib/main.dart

@ -162,7 +162,7 @@ class MyApp extends StatelessWidget {
), ),
child: ScreenUtilInit( child: ScreenUtilInit(
designSize: Size(375, 812), designSize: Size(375, 812),
builder: (c,w) => MaterialApp( builder: () => MaterialApp(
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
theme: ThemeData( theme: ThemeData(
primarySwatch: Colors.blue, 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 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: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"
@ -17,8 +17,7 @@ dependencies:
gradient_widgets: ^0.6.0 gradient_widgets: ^0.6.0
keframe: ^3.0.0 keframe: ^2.0.2 #滑动组件卡顿优化
# keframe: ^2.0.2 #滑动组件卡顿优化
tpns_flutter_plugin: tpns_flutter_plugin:
git: git:
@ -67,7 +66,7 @@ dependencies:
scan: ^1.5.0 scan: ^1.5.0
path_provider: ^1.2.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 flutter_html: ^2.1.5 #2.1.0
chewie_audio: ^1.1.2 chewie_audio: ^1.1.2

Loading…
Cancel
Save