flutter-cupertino-store
flutter-cupertino-store copied to clipboard
Page5 'model' is undefined parameter
return runApp(
ChangeNotifierProvider<AppStateModel>( // NEW
model: model, // NEW
child: CupertinoStoreApp(), // NEW
),
);
model:model is reported as undefined parameter.
(This is because of the issue here: https://github.com/googlecodelabs/flutter-cupertino-store/issues/15)