temporal_native 0.0.1 copy "temporal_native: ^0.0.1" to clipboard
temporal_native: ^0.0.1 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.

110/ 160
pub points
172
downloads

We analyzed this package 9 hours ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/Sparkli-AI/temporal_dart was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/Sparkli-AI/temporal_dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

93 out of 187 API elements (49.7 %) have documentation comments.

Some symbols that are missing documentation: temporal_native, temporal_native.Calendar.Calendar.new, temporal_native.Calendar.buddhist, temporal_native.Calendar.chinese, temporal_native.Calendar.gregory.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:temporal_native/temporal_native.dart that imports:
  • package:temporal_native/src/types.dart that imports:
  • package:temporal_native/src/generated/lib.g.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: A value for optional parameter 'aAppendArray' isn't ever given.

lib/src/generated/RelativeTo.g.dart:30:75

   ╷
30 │   _RelativeToFfi _toFfi(ffi.Allocator temp, {core.List<core.List<Object>> aAppendArray = const []}) {
   │                                                                           ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/RelativeTo.g.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
code_assets ^1.2.0 1.2.1 1.2.1
ffi ^2.1.0 2.2.0 2.2.0
hooks ^2.0.0 2.0.2 2.0.2
meta ^1.9.0 1.18.3 1.18.3
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
logging - 1.3.0 1.3.0
path - 1.9.1 1.9.1
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.13, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
172
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