Team i'm encountering the below error coming from the collection .dart file.
E/flutter ( 9784): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type '_Map<String, dynamic>' is not a subtype of type 'GeoPoint'
E/flutter ( 9784): #0 GeoFireCollectionRef._buildQueryStream.. (package:geoflutterfire2/src/collection.dart:124:24)
The code in the library on line 124 is
final GeoPoint geoPoint = geoPointField['geopoint'];
Team i'm encountering the below error coming from the collection .dart file.
E/flutter ( 9784): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type '_Map<String, dynamic>' is not a subtype of type 'GeoPoint'
E/flutter ( 9784): #0 GeoFireCollectionRef._buildQueryStream.. (package:geoflutterfire2/src/collection.dart:124:24)
The code in the library on line 124 is
final GeoPoint geoPoint = geoPointField['geopoint'];