Sentry moved to lib. Catch markers errors
This commit is contained in:
parent
f476a099f8
commit
e6c3833765
4 changed files with 103 additions and 43 deletions
|
|
@ -13,6 +13,7 @@ import 'user.dart';
|
|||
|
||||
export 'fireMapState.dart';
|
||||
import 'package:flutter_map/flutter_map.dart';
|
||||
import 'package:latlong/latlong.dart';
|
||||
|
||||
part 'appState.g.dart';
|
||||
|
||||
|
|
@ -123,6 +124,7 @@ typedef void OnLocationEditing(YourLocation loc);
|
|||
typedef void OnLocationEditConfirm(YourLocation loc);
|
||||
typedef void OnLocationEditCancel(YourLocation loc);
|
||||
typedef void TapFireNotificationFunction(FireNotification notif);
|
||||
typedef void OnFirePressedInMap(LatLng latLng, DateTime when);
|
||||
// typedef void OnReceivedFireNotificationFunction(FireNotification notif);
|
||||
typedef void DeleteFireNotificationFunction(FireNotification notif);
|
||||
typedef void DeleteAllFireNotificationFunction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue