In Flutter app, I try to use nearSphere in find request but i have the messages "Undefined class 'Geometry'" and "The method 'Geometry' isn't defined for the type 'MongoDatabase'".
If i add import 'package:mongo_dart_query/src/geometry_obj.dart'; it's ok. The class is found but i have the warning message "Don't import implementation files from another package."
Is there a solution?