In Flutter there is availability of one package which cost more than 6k USD per year, looking a affordable method for Flutter to show shapefile in a Flutter app with data lines between continents and countries of cable lines data, no idea in Google Map, anyone working in 2022?
this is my shapefile after converted json
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates":
[
[
[
-21.762688, 130.074418
],
[
-17.165066, 130.338266
],
[
-16.027996, 135.043554
],
[
-18.836765, 138.913324
]
]
]
},
"properties": {
"OBJECTID": 56795346,
"GEOM_SRCE": "Mapping",
"SHAPE_LEN": 16845.57375075535
}
}
]
}
i trying to show these datas in any map in flutter ??!!