flutter_map_eval 0.1.0
flutter_map_eval: ^0.1.0 copied to clipboard
Dart Eval bindings for map-related packages
Flutter Map Eval #
A set of eval plugins for the dart_eval interpreter. Includes:
- logging
- http
- latlong2
- country_coder
- fast_geohash (TODO)
- sqflite*
- share_plus* (TODO)
- url_launcher*
- adaptive_dialog*
- responsive_grid_list*
- flutter_map*
- flutter_map_geojson2*
Plugins marked with "*" require the flutter_eval bindings.
This entire package also depends
on Flutter, so splitting it to work with plain Dart might pose a challenge. But you can import
dart_pkgs_eval.dart for that.
Seemingly random, those packages are useful for the Every Door OpenStreetMap editor plugins.
Usage #
You should know what to do.
See flutter_eval docs and do like they do.
You can find the flutter_map_eval.json file for the compiler on the Github Releases page.
Additional information #
Maintained by Ilya Zverev and published under the BSD-3 license.