Skip to content

Commit 50ac5b4

Browse files
authored
Merge pull request #1 from hhtokpinar/patch-1
import '../sqfentity/model.dart';
2 parents afe9adc + dc06731 commit 50ac5b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/mobx-store/geofence-locations.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import 'package:flutter_geofence/geofence.dart';
22
import 'package:mobx/mobx.dart';
3+
import '../sqfentity/model.dart';
4+
35
part 'geofence-locations.g.dart';
46

57
class GeofenceLocations = _GeofenceLocationsBase with _$GeofenceLocations;
@@ -67,4 +69,4 @@ abstract class _GeofenceLocationsBase with Store {
6769

6870
}
6971

70-
final storeGeofenceLocations = GeofenceLocations();
72+
final storeGeofenceLocations = GeofenceLocations();

0 commit comments

Comments
 (0)