temporal_native 0.0.2
temporal_native: ^0.0.2 copied to clipboard
TC39 Temporal date/time API for Dart, backed by temporal_rs (Rust) via a Diplomat-generated FFI layer. Immutable, unambiguous date and time types with full IANA timezone and calendar support.
0.0.2 #
Mobile support lands. The build hook now compiles and bundles the Rust FFI dylib when targeting iOS and Android, so the full Temporal API works on mobile without any manual native setup.
The package was also renamed to temporal_native (from its previous internal name)
and patched to fix a code-generation issue in the generated Dart bindings.
0.0.1 #
Initial release with core Temporal types:
PlainDate— an ISO 8601 calendar date (year, month, day) with no time or timezonePlainTime— a wall-clock time with no date or timezonePlainDateTime— a combined calendar date and wall-clock timeInstant— an exact UTC point in time backed by microseconds since epochTemporalDuration— a duration spanning calendar units (years, months) and time units