Fire notifications
This commit is contained in:
parent
c680482b08
commit
5ecc3c3401
22 changed files with 524 additions and 31 deletions
|
|
@ -29,7 +29,7 @@ void mainCommon(List<Middleware<AppState>> otherMiddleware) {
|
|||
firesApiKey: secrets['firesApiKey'],
|
||||
firesApiUrl: secrets['firesApiUrl'] + "api/v1/"),
|
||||
middleware: List.from(otherMiddleware)
|
||||
..add(fetchYourLocationsMiddleware));
|
||||
..add(fetchDataMiddleware));
|
||||
|
||||
injector.map<String>((i) => store.state.firesApiUrl, key: "firesApiUrl");
|
||||
injector.map<String>((i) => store.state.firesApiKey, key: "firesApiKey");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue