mapchart 0.1.0 copy "mapchart: ^0.1.0" to clipboard
mapchart: ^0.1.0 copied to clipboard

discontinuedreplaced by: vector_map
outdated

Map chart widget for Flutter.

pub

Map Chart #

This package is still in alpha, but I will release a usable version in the next few days. Don't worry, it won't be long! ;-)

  • Displays GeoJSON geometries
  • Multi resolution with geometry simplification

mapchart

Get started #

Reading GeoJSON from String

    List<MapGeometry> geometries = await MapGeometry.fromGeoJSON(geojson);
    MapChartDataSource dataSource = MapChartDataSource(geometries);

Creating the Widget

    Container(
        child: MapChart(dataSource: dataSource),
        decoration: BoxDecoration(border: Border.all(color: Colors.black);

Agenda for the next few days #

  • Release the final version (1.0.0). The API may have some small changes.
5
likes
0
points
9
downloads

Publisher

verified publishercaduandrade.net

Weekly Downloads

Map chart widget for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mapchart