thai_buddhist_date 0.1.4
thai_buddhist_date: ^0.1.4 copied to clipboard
A small Dart package for parsing and formatting Thai Buddhist (พ.ศ.) dates.
Changelog #
0.1.4 Docs cleanup and examples update #
- Remove Bottom Sheet pickers from package features and examples to align with current scope.
- Update demo and package READMEs accordingly.
- No API or behavior changes in the core library.
0.1.2 Lint/format cleanup #
- Fix while-block lint and ensure package is dart formatted.
- No behavior changes.
0.1.3 Metadata fix #
- Update repository URL to non-.git form and fix repo verification by renaming root app. No code changes.
0.1.1 Dependency update #
- Widen intl constraint to support latest stable releases (up to <0.21.0). No code changes.
0.1.0 Initial #
- Initial implementation: parse/format Thai Buddhist (พ.ศ.) dates
- Token-aware formatting, parse BE/CE automatically
- Helpers: formatSync, formatInitialized, formatWith/parseWith
- Unit tests