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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add temporal_nativeWith Flutter:
$ flutter pub add temporal_nativeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
temporal_native: ^0.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:temporal_native/temporal_native.dart';