hyzp_ybqx-Commit002:已经为“宜宾市翠屏区黑烟车抓拍系统”替换好图片和代码信息,编译通过
This commit is contained in:
@@ -10,7 +10,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_downloader/flutter_downloader.dart';
|
||||
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||
import 'package:hyzp_ybqx/components/dioFun.dart';
|
||||
import 'package:hyzp_ybqx/components/doJSON.dart';
|
||||
import 'package:open_file/open_file.dart';
|
||||
import 'package:package_info/package_info.dart';
|
||||
import 'package:path_provider/path_provider.dart';
|
||||
@@ -228,11 +227,12 @@ class _MyUpdatedState extends State<MyUpdated> {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
SizedBox(height: 60),
|
||||
Text('宜宾市黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
|
||||
Text('宜宾市翠屏黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
|
||||
Text('v${widget.ver}(${widget.date})', style: TextStyle(fontSize: 20)),
|
||||
SizedBox(height: 60),
|
||||
Text('© 宜宾市生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
|
||||
Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有',
|
||||
maxLines: 2, style: TextStyle(fontSize: 16), textAlign: TextAlign.center),
|
||||
// Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import '../../../components/commonFun.dart';
|
||||
|
||||
import '../../../widget/JdButton.dart';
|
||||
import '../../../components/commonFun.dart';
|
||||
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||
|
||||
import '../../../components/commonFun.dart';
|
||||
import '../../../widget/JdButton.dart';
|
||||
|
||||
class MyAbout extends StatefulWidget {
|
||||
MyAbout({Key key, this.ver, this.date}) : super(key: key);
|
||||
String ver = '1.0.0';
|
||||
@@ -113,12 +112,13 @@ class _LoginPageState extends State<MyAbout> {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
SizedBox(height: 60),
|
||||
Text('宜宾市黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
|
||||
Text('宜宾市翠屏黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
|
||||
Text('v${widget.ver}(${widget.date})', style: TextStyle(fontSize: 20)),
|
||||
SizedBox(height: 60),
|
||||
Text('© 宜宾市生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
|
||||
Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有',
|
||||
maxLines: 2, style: TextStyle(fontSize: 16), textAlign: TextAlign.center),
|
||||
],
|
||||
// Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
|
||||
),
|
||||
),
|
||||
SizedBox(height: 100),
|
||||
|
||||
Reference in New Issue
Block a user