countries_world_map 0.0.6 countries_world_map: ^0.0.6 copied to clipboard
A simple widget for a customizable world map. Uses a custompainter to paint all countries & islands, which can all be colored based on the ISO two-letter countrycodes.
0.0.6 #
Added Japan, the Netherlands and the USA to the supported countries 🎉
0.0.5 #
The worldmap got a callback function. Clicking on a country will return the country code and the details of the tap.
The Netherlands has been added as a country map. With future releases more and more maps will be added. See the README.md to see all available maps at this moment.
0.0.4 #
There is an online example available now at example.simplewidgets.dev. This has been added to the README.
0.0.3 #
Added documentation comments to each country code.
0.0.2 #
Added comments for documentation.
0.0.1 #
First release. At this moment the world map works as expected. It is possible to assign a color to each country. The memory usage seems good, however I have found some problems on the iPad Pro 2018.
"thread #23, name = 'DartWorker', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=2867 MB, unused=0x0)" This only occurs by randomly assign colors to each country at a very highspeed. For normal usage no problems has been found.