|
|
|
@ -6,6 +6,7 @@ import 'package:flutter_smart_dialog/flutter_smart_dialog.dart';
|
|
|
|
|
import 'package:huixiang/generated/l10n.dart'; |
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart'; |
|
|
|
|
import 'package:huixiang/utils/bridge.dart'; |
|
|
|
|
import 'package:huixiang/utils/font_weight.dart'; |
|
|
|
|
import 'package:huixiang/view_widget/my_appbar.dart'; |
|
|
|
|
import 'package:package_info/package_info.dart'; |
|
|
|
|
|
|
|
|
@ -69,7 +70,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
S.of(context).guojiankangyoujishenghuo, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: FontWeight.w400, |
|
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
|
color: Color(0xffB2B2B2), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -130,7 +131,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
style: TextStyle( |
|
|
|
|
color: Colors.black, |
|
|
|
|
fontSize: 12.sp, |
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox( |
|
|
|
@ -146,7 +147,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
style: TextStyle( |
|
|
|
|
color: Colors.black, |
|
|
|
|
fontSize: 12.sp, |
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -178,7 +179,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
color: Color(0xFF353535), |
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -214,7 +215,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
child: Text( |
|
|
|
|
left, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
color: Color(0xFF353535), |
|
|
|
|
), |
|
|
|
@ -225,7 +226,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
right, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: FontWeight.w400, |
|
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
|
color: Color(0xFF727272), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -254,7 +255,7 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
child: Text( |
|
|
|
|
text, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
color: Color(0xFF353535), |
|
|
|
|
), |
|
|
|
|