|
|
@ -15,6 +15,7 @@ import 'package:huixiang/union/union_page.dart'; |
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart'; |
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart'; |
|
|
|
import 'package:huixiang/utils/bridge.dart'; |
|
|
|
import 'package:huixiang/utils/bridge.dart'; |
|
|
|
import 'package:huixiang/utils/event_type.dart'; |
|
|
|
import 'package:huixiang/utils/event_type.dart'; |
|
|
|
|
|
|
|
import 'package:huixiang/utils/font_weight.dart'; |
|
|
|
import 'package:huixiang/utils/native_event_handler.dart'; |
|
|
|
import 'package:huixiang/utils/native_event_handler.dart'; |
|
|
|
import 'package:permission_handler/permission_handler.dart'; |
|
|
|
import 'package:permission_handler/permission_handler.dart'; |
|
|
|
import 'package:shared_preferences/shared_preferences.dart'; |
|
|
|
import 'package:shared_preferences/shared_preferences.dart'; |
|
|
@ -320,7 +321,7 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver { |
|
|
|
text, |
|
|
|
text, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 10, |
|
|
|
fontSize: 10, |
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
color: Color(isSelected ? 0xFF4C4C4C : 0xFFA29E9E), |
|
|
|
color: Color(isSelected ? 0xFF4C4C4C : 0xFFA29E9E), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
@ -385,7 +386,7 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver { |
|
|
|
text, |
|
|
|
text, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 10.sp, |
|
|
|
fontSize: 10.sp, |
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
color: Color(isSelected ? 0xFF4C4C4C : 0xFFA29E9E), |
|
|
|
color: Color(isSelected ? 0xFF4C4C4C : 0xFFA29E9E), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|