More redux work
This commit is contained in:
parent
69428c5d96
commit
5d947f9577
14 changed files with 170 additions and 88 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import '../models/yourLocation.dart';
|
||||
import 'package:fires_flutter/models/yourLocation.dart';
|
||||
|
||||
abstract class AppActions {}
|
||||
|
||||
|
|
@ -32,4 +32,4 @@ class OnUserLangAction extends AppActions {
|
|||
final String lang;
|
||||
|
||||
OnUserLangAction(this.lang);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue