A generator for generating country in dart with countries.
Add the following lines in your pubspec.yaml file
dev_dependencies:
build_runner: ^latest_version
country_generator: ^latest_version
Add configuration at the bottom or add nothing to use default path
- default:
country_generator:
sourceFolder: countries
outputFolder: lib/gen
- customize
country_generator:
sourceFolder: your/submodule/path
outputFolder: your/output/path
flutter packages pub run build_runner build