geo_json_painter 0.3.0 copy "geo_json_painter: ^0.3.0" to clipboard
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';
4
likes
140
points
125
downloads

Publisher

unverified uploader

Weekly Downloads

Library for parsing the GeoJson format based on the RFC 7946 specification and displaying GeoJson on canvas

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on geo_json_painter