选择罗盘图片
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import 'package:fengshui_compass/bottom_navigation_widget.dart';
|
||||
import 'package:fengshui_compass/states/compass_image.dart';
|
||||
import 'package:fengshui_compass/states/region.dart';
|
||||
import 'package:fengshui_compass/states/token.dart';
|
||||
import 'package:fengshui_compass/utils/color.dart';
|
||||
@ -25,6 +26,7 @@ class MyApp extends StatelessWidget {
|
||||
create: (context) => RegionProvider(),
|
||||
),
|
||||
ChangeNotifierProvider(create: (context) => TokenProvider()),
|
||||
ChangeNotifierProvider(create: (context) => CompassImageProvider())
|
||||
],
|
||||
child: MaterialApp(
|
||||
title: '风水罗盘',
|
||||
|
Reference in New Issue
Block a user