Fire notification map
This commit is contained in:
parent
b7468de0d1
commit
8926fc20d9
12 changed files with 99 additions and 29 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import 'package:fires_flutter/models/yourLocation.dart';
|
||||
import 'package:fires_flutter/models/fireNotification.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
|
||||
abstract class FiresMapActions {}
|
||||
|
|
@ -30,6 +31,12 @@ class ShowYourLocationMapAction extends FiresMapActions {
|
|||
ShowYourLocationMapAction(this.loc);
|
||||
}
|
||||
|
||||
class ShowFireNotificationMapAction extends FiresMapActions {
|
||||
FireNotification notif;
|
||||
|
||||
ShowFireNotificationMapAction(this.notif);
|
||||
}
|
||||
|
||||
class EditYourLocationAction extends FiresMapActions {
|
||||
YourLocation loc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue