Markdown. Privacy Policies. Injection dep updated
This commit is contained in:
parent
8301e6a40e
commit
f0ab472b3a
21 changed files with 487 additions and 25 deletions
|
|
@ -18,7 +18,7 @@ class GlobalFiresBottomStats extends StatefulWidget {
|
|||
class _GlobalFiresBottomStatsState extends State<GlobalFiresBottomStats> {
|
||||
String lastCheck;
|
||||
int activeFires = 0;
|
||||
final firesApiUrl = Injector.getInjector().get(String, "firesApiUrl");
|
||||
final firesApiUrl = Injector.getInjector().get<String>(key: "firesApiUrl");
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue