world_countries 0.2.2 copy "world_countries: ^0.2.2" to clipboard
world_countries: ^0.2.2 copied to clipboard

Sealed world data in form of Flutter widgets (country, phone, currency pickers, etc.).

example/lib/main.dart

import "package:flutter/foundation.dart" show PlatformDispatcher;
import "package:flutter/widgets.dart" show runApp;
import "package:world_countries/world_countries.dart";

import "my_app.dart";

void main() {
  final country = PlatformDispatcher.instance.locale.maybeCountry;
  runApp(MyApp(country: country ?? const CountrySrb()));
}
10
likes
0
pub points
78%
popularity

Publisher

verified publishertsin.is

Sealed world data in form of Flutter widgets (country, phone, currency pickers, etc.).

Repository (GitHub)
View/report issues

Topics

#picker #pickers #country-picker #country-selector #currency-picker

License

unknown (LICENSE)

Dependencies

flutter, sealed_countries

More

Packages that depend on world_countries