temporal_native 0.0.2 copy "temporal_native: ^0.0.2" to clipboard
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 timezone
  • PlainTime — a wall-clock time with no date or timezone
  • PlainDateTime — a combined calendar date and wall-clock time
  • Instant — an exact UTC point in time backed by microseconds since epoch
  • TemporalDuration — a duration spanning calendar units (years, months) and time units
0
likes
110
points
155
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#date #time #temporal #datetime #calendar

License

unknown (license)

Dependencies

code_assets, ffi, hooks, meta

More

Packages that depend on temporal_native