us_states 1.3.1
us_states: ^1.3.1 copied to clipboard
Simple Dart library to deal with state names and abbreviations.
1.3.1 04/15/2026 #
- Fix README installation version.
1.3.0 04/15/2026 #
- Dart 3 support (SDK constraint >=3.0.0 <4.0.0).
- Switched from flutter_test to package:test (pure Dart library).
- Added recommended lints via analysis_options.yaml.
- Made states map const; getAbbreviationMap() now returns an unmodifiable view.
1.2.0 09/07/2021 #
- getAbbreviation and getName will now return null instead of empty string when name or abbreviation is not found.
1.1.5 09/07/2021 #
- Fix Null Safety bug (Fix by mclark4386).
1.1.0 06/01/2021 #
- Moving to a new repository + Nullability support.
1.0.3 08/01/2019 #
- Dropping flutter-only requirement.
1.0.2 08/01/2019 #
- Added basic examples.
1.0.1 08/01/2019 #
- README adjustment.
1.0.0 08/01/2019 #
- It is ALIVE!