app_theme_picker 0.0.1
app_theme_picker: ^0.0.1 copied to clipboard
A Flutter package template.
We analyzed this package 21 hours 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.
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
129 out of 165 API elements (78.2 %) have documentation comments.
Some symbols that are missing documentation: app_theme_picker
, app_theme_picker.DarkThemeData
, app_theme_picker.DarkThemeData.DarkThemeData.new
, app_theme_picker.DarkThemeData.build
, app_theme_picker.DarkThemeData.fontFamily
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
Package not compatible with runtime wasm
Because:
package:app_theme_picker/app_theme_picker.dart
that imports:package:app_theme_picker/src/theme_pick_tile.dart
that imports:package:easy_localization/easy_localization.dart
that imports:package:easy_localization/src/public_ext.dart
that imports:package:easy_localization/src/easy_localization_app.dart
that imports:package:easy_localization/src/easy_localization_controller.dart
that imports:package:intl/intl_standalone.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
app_lang_selector |
^0.0.3 |
0.0.3 | 0.0.3 | |
easy_localization |
^3.0.7 |
3.0.8 | 3.0.8 | |
flex_color_scheme |
^8.2.0 |
8.3.0 | 8.3.0 | |
flutter_riverpod |
^2.6.1 |
2.6.1 | 3.0.1 | |
riverpod_annotation |
^2.6.1 |
2.6.1 | 3.0.1 | |
riverpod_helper |
^0.0.3 |
0.0.3 | 0.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
auto_exporter_annotation |
- | 1.0.3 | 1.0.3 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
easy_logger |
- | 0.0.2 | 0.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flex_seed_scheme |
- | 3.5.1 | 3.5.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
riverpod |
- | 2.6.1 | 3.0.1 | |
shared_preferences |
- | 2.5.3 | 2.5.3 | |
shared_preferences_android |
- | 2.4.13 | 2.4.13 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.6.1` on flutter_riverpod does not support the stable version `3.0.0`, that was published 21 days ago.
When flutter_riverpod is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `^2.6.1` on riverpod_annotation does not support the stable version `3.0.0`, that was published 21 days ago.
When riverpod_annotation is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions riverpod_annotation
to update the constraint.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.