unix_timestamp 1.0.0
unix_timestamp: ^1.0.0 copied to clipboard
A complete zero-dependency Dart and Flutter package for Unix timestamp operations.
1.0.0 #
- Stable release. All APIs finalized and documented.
- Full coverage of Unix timestamp operations: get, convert, format, humanize, arithmetic, diff, compare, validate, period, range, scheduler, serialization, timezone, and extensions.
- Zero-dependency, Dart 3.0+ and Flutter 3.10+.
0.1.0 #
- Initial release with Unix timestamp get, convert, format, humanize, arithmetic, diff, compare, validate, period, range, scheduler, serialization, timezone, and extension APIs.
- Added English month-name format tokens (
MMM,MMMM) and JSON millisecond output/input. - Added epoch conversion tools: explicit unit conversion, nanosecond validation/detection,
normalization to seconds/milliseconds/microseconds/nanoseconds, and
epochInfo()summaries. - Added EpochConverter-style helpers for flexible date input, batch conversion, duration seconds breakdowns, Unix hex timestamps, and Year 2038 safety checks.
- Made unit conversion easier with auto-detected
convertUnit(value, to: unit),nowAs,startOfTodayAs,endOfTodayAs, and DateTime/unit conversion helpers. - Added fixed-offset timezone support: current zone object, available zones, common aliases, timezone lookup, timezone offset helpers, and zone-based formatting.