geo_json_painter 0.3.0 geo_json_painter: ^0.3.0 copied to clipboard
Library for parsing the GeoJson format based on the RFC 7946 specification and displaying GeoJson on canvas
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geo_json_painter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
geo_json_painter: ^0.3.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:geo_json_painter/geo_json_painter.dart';