Fire notification dialog. Connectivity dialgo
This commit is contained in:
parent
e67256c010
commit
10b8680490
7 changed files with 184 additions and 140 deletions
|
|
@ -31,6 +31,7 @@ void mainCommon(List<Middleware<AppState>> otherMiddleware) {
|
|||
middleware: List.from(otherMiddleware)
|
||||
..add(fetchDataMiddleware));
|
||||
|
||||
injector.map<Store<AppState>>((i) => store);
|
||||
injector.map<String>((i) => store.state.firesApiUrl, key: "firesApiUrl");
|
||||
injector.map<String>((i) => store.state.firesApiKey, key: "firesApiKey");
|
||||
injector.map<String>((i) => store.state.serverUrl, key: "serverUrl");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue