You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我的代码入口是 StoreProvider ,怎么用 oktoast
class MyApp extends StatelessWidget {
final Store store;
MyApp({this.store});
// This widget is the root of your application. @OverRide
Widget build(BuildContext context) {
return StoreProvider(
store: store,
child: MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
The text was updated successfully, but these errors were encountered:
我的代码入口是 StoreProvider ,怎么用 oktoast
class MyApp extends StatelessWidget {
final Store store;
MyApp({this.store});
// This widget is the root of your application.
@OverRide
Widget build(BuildContext context) {
return StoreProvider(
store: store,
child: MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
The text was updated successfully, but these errors were encountered: