countries_world_map icon indicating copy to clipboard operation
countries_world_map copied to clipboard

This Flutter package draws a customizable World Map on a canvas. It is possible to give each country its own color.

Results 16 countries_world_map issues
Sort by recently updated
recently updated
newest added

Hi, Amazing app, very interested in extending capacities on specific areas. Would it be possible to display smaller administrative units such as departments ? I reckon the more details the...

Hi, thanks for your impressive work. I was looking at the example and I saw a switch like this: ``` String getInstructions(String id) { switch (id) { case 'ar': return...

I'd like to express my appreciation for your awesome work. I'm interested in adding support for my home country, Jordan, including both the country itself and its cities. Currently, Jordan...

A great feature: Remove a department (a region) of a country to focus only a particular zone. For example : United State : Could be interesting to hide alaska and...

The regions of France have been modified in 2016, they now correspond to this: https://en.wikipedia.org/wiki/Regions_of_France I'd like to contribute by modifying the regions of France to the up to date...

When printing the country name on the click, it just prints an empty string. **Code used:** ``` import 'package:countries_world_map/countries_world_map.dart'; import 'package:countries_world_map/data/maps/world_map.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class...

Unfortunately the 'intl' dependency is a problem when I try to use it with the easy_localization package.

Hi, First of all, thank you for your amazing work on this Flutter map package. It has been incredibly useful for my project. I would like to request the addition...

Hello, This publication is an excellent tool that allows us to interact with and visualize touch points, as well as add markers with specific coordinates. I am curious whether it...

When setting `onHover`, the `countryBorder` parameter is ignored and falls back to its default configuration.