Location edition
This commit is contained in:
parent
e55edce3d4
commit
87718b7ad5
15 changed files with 138 additions and 75 deletions
|
|
@ -41,7 +41,8 @@ void mainCommon(List<Middleware<AppState>> otherMiddleware) {
|
|||
});
|
||||
|
||||
// Listen to store changes, and re-render when the state is updated
|
||||
// store.onChange.listen((state) {
|
||||
// });
|
||||
store.onChange.listen((state) {
|
||||
// print('Store onChange');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue