PackageTrack
Sign in Get early access

countries_world_map

A simple widget for a customizable WorldMap (or any country of choice). Which can all be colored based on the ISO two-letter countrycodes (or state ID).

1.3.0 4.9K downloads/mo #3849 most downloaded on pub.dev simplewidgets/countries_world_map

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 4 months

Most releases are documented

notes for 11 of 16 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

18 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

18 releases · Jul 2021 to Apr 2024
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 18
  1. 1.3.0 12 Apr 2024
    Release notes

    Removed all finals from the helper classes. Now it can be more easily referenced and used for updating the colors of the map.

    Open source →
  2. 1.2.3 07 Apr 2024

    Nothing published for this version

  3. 1.2.2 07 Apr 2024

    Nothing published for this version

  4. 1.2.1 07 Apr 2024

    Nothing published for this version

  5. 1.2.0 07 Apr 2024
    Release notes

    Added mouse hover support to the SimpleMap widget. Simply add the onHover parameter to get started!

    onHover: (id, name, isHovering) {
        setState(() {
            if (isHovering) {
                colors[id] = Colors.blue;
            } else {
                colors.remove(id);
            }
        });
    },
    
    Open source →
  6. 1.1.1 02 Oct 2023
    Release notes

    Update README.md to reflect correct example link as mentioned here: Github Issue: example website is down

    Open source →
  7. 1.1.0 13 Jun 2023
    Release notes

    New mercator world map and the ability to add border colors to each map. Special thanks to @cgaisl for this contribution.

    Open source →
  8. 1.0.3 06 Jan 2023

    Nothing published for this version

  9. 1.0.1 30 Dec 2022
    Release notes

    Added required changes for 140 pub points.

    Open source →
  10. 1.0.0 30 Dec 2022
    Release notes

    🌍🌏🌎 🥳 In this release 136 countries have been added. The painter has been replaced with an adaptable one which takes a string of instructions as input. Please read the README.md on how the get started.

    ! Sadly other versions will break with this new release.

    Open source →
  11. 1.0.0-2 30 Dec 2022 pre-release

    Nothing published for this version

  12. 1.0.0-1 30 Dec 2022 pre-release

    Nothing published for this version

  13. 0.0.7 22 Feb 2022

    Nothing published for this version

  14. 0.0.6 23 Oct 2021
    Release notes

    Added Japan, the Netherlands and the USA to the supported countries 🎉

    Open source →
  15. 0.0.4 03 Aug 2021
    Release notes Open source →
    Release notes

    There is an online example available now at example.simplewidgets.dev. This has been added to the README.

    Open source →
  16. 0.0.3 22 Jul 2021
    Release notes

    Added documentation comments to each country code.

    Open source →
  17. 0.0.2 22 Jul 2021
    Release notes

    Added comments for documentation.

    Open source →
  18. 0.0.1 22 Jul 2021
    Release notes

    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.

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive