ac_posix_locale 0.1.3
ac_posix_locale: ^0.1.3 copied to clipboard
POSIX locale related types
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.3 - 2026-04-05 #
Fixed #
PosixLocaleLangconstructor now accepts minimal locale identifiers ('C'and'POSIX');minimalLocalegetter now correctly returnstruefor these values.
Added #
PosixLocaleLangimplements==,hashCode, andcopyWith.PosixLocaleLangis now annotated@immutable;metaadded as a direct dependency.example/example.dartdemonstratingPosixLocaleLang.parseand constructor usage.
0.1.2 #
- Upgrade ac_lints package to 0.4.0
0.1.1 #
- Upgrade ac_lints package to 0.3.0
0.1.0 #
- Initial release