mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
flutter pub upgrade (#178)
This commit is contained in:
@@ -22,7 +22,7 @@ class InfiniteProcessPageStarter extends StatelessWidget {
|
||||
@override
|
||||
Widget build(context) {
|
||||
return ChangeNotifierProvider(
|
||||
builder: (context) => InfiniteProcessIsolateController(),
|
||||
create: (context) => InfiniteProcessIsolateController(),
|
||||
child: InfiniteProcessPage(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user