system_timezone 0.2.1+1 
system_timezone: ^0.2.1+1 copied to clipboard
FFI plugin to get IANA timezone
We analyzed this package 6 days ago, and awarded it 140 pub points (of a possible 160):
 0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a 
pubspec.yaml, which:,- contains 
name: system_timezone, - contains a 
versionproperty, and, - does not contain a 
publish_toproperty. 
 - contains 
 
Repository has multiple matching pubspec.yaml with name: system_timezone.
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 10/10 points: 20% or more of the public API has dartdoc comments
2 out of 4 API elements (50.0 %) have documentation comments.
Some symbols that are missing documentation: system_timezone, system_timezone.SystemTimezone.
 10/10 points: Package has an example
 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android
 - 
✓ iOS
 - 
✓ Windows
 - 
✓ Linux
 - 
✓ macOS
 - 
✓ Web
 
 0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
 40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing documentation for a public member.
lib/system_timezone.dart:3:22
  ╷
3 │ abstract final class SystemTimezone {
  │                      ^^^^^^^^^^^^^^
  ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/system_timezone.dart
/tmp/pana_TWVCBE/lib/system_timezone.dart doesn't match the Dart formatter.
To format your files run: dart format .
 10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
system_timezone_android | 
^0.2.1+1 | 
0.2.1+1 | 0.2.1+1 | |
system_timezone_ios | 
^0.2.0+1 | 
0.2.0+1 | 0.2.0+1 | |
system_timezone_linux | 
^0.2.0+1 | 
0.2.0+1 | 0.2.0+1 | |
system_timezone_macos | 
^0.2.0+1 | 
0.2.0+1 | 0.2.0+1 | |
system_timezone_platform_interface | 
^0.2.0+1 | 
0.2.0+1 | 0.2.0+1 | |
system_timezone_web | 
^0.2.0+1 | 
0.2.0+1 | 0.2.0+1 | |
system_timezone_windows | 
^0.2.1+1 | 
0.2.1+1 | 0.2.1+1 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
args | 
- | 2.7.0 | 2.7.0 | |
characters | 
- | 1.4.0 | 1.4.1 | |
collection | 
- | 1.19.1 | 1.19.1 | |
ffi | 
- | 2.1.4 | 2.1.4 | |
jni | 
- | 0.10.1 | 0.14.2 | |
material_color_utilities | 
- | 0.11.1 | 0.13.0 | |
meta | 
- | 1.16.0 | 1.17.0 | |
objective_c | 
- | 1.1.0 | 8.1.0 | |
package_config | 
- | 2.2.0 | 2.2.0 | |
path | 
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface | 
- | 2.1.8 | 2.1.8 | |
source_span | 
- | 1.10.1 | 1.10.1 | |
string_scanner | 
- | 1.4.1 | 1.4.1 | |
term_glyph | 
- | 1.2.2 | 1.2.2 | |
vector_math | 
- | 2.2.0 | 2.2.0 | |
yaml | 
- | 3.1.3 | 3.1.3 | 
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.