Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Page5 'model' is undefined parameter #21

Open
les-kasa-1010 opened this issue Oct 28, 2019 · 1 comment
Open

Page5 'model' is undefined parameter #21

les-kasa-1010 opened this issue Oct 28, 2019 · 1 comment
Assignees

Comments

@les-kasa-1010
Copy link

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

model:model is reported as undefined parameter.

@gluis
Copy link

gluis commented Nov 10, 2019

(This is because of the issue here: #15)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants