us_states 1.2.0 copy "us_states: ^1.2.0" to clipboard
us_states: ^1.2.0 copied to clipboard

Simple Dart library to deal with state names and abbreviations.

example/example.dart

import 'package:us_states/us_states.dart';

main() {
  print(USStates.getName("IA"));
  print(USStates.getAbbreviation("Iowa"));
}
12
likes
160
points
8.67k
downloads

Publisher

verified publisherwebb.engineer

Weekly Downloads

Simple Dart library to deal with state names and abbreviations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on us_states