flutter-cupertino-store icon indicating copy to clipboard operation
flutter-cupertino-store copied to clipboard

Page5 'model' is undefined parameter

Open les-kasa-1010 opened this issue 6 years ago • 1 comments

return runApp(
   ChangeNotifierProvider<AppStateModel>(        // NEW
     model: model,                               // NEW
     child: CupertinoStoreApp(),                 // NEW
   ),
 );

model:model is reported as undefined parameter.

les-kasa-1010 avatar Oct 28 '19 11:10 les-kasa-1010

(This is because of the issue here: https://github.com/googlecodelabs/flutter-cupertino-store/issues/15)

gluis avatar Nov 10 '19 15:11 gluis