Fire notification dialog. Connectivity dialgo

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-03 23:07:13 +02:00
parent e67256c010
commit 10b8680490
7 changed files with 184 additions and 140 deletions

View file

@ -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");