NB: I'm new to Dart/Flutter, so forgive me if this is a basic question.But say I wanted to write an application that used Geofencing features (http://developer.android.com/training/location/geofencing.html).From Googling, it seems on Dart I can use the dart:html library:However, I saw from the Flutter FAQ that you can't use dart:html in Flutter.
Is there another way of accessing the Geofencing API from within Flutter?