jet_flutter_framework 0.0.3-alpha.2
jet_flutter_framework: ^0.0.3-alpha.2 copied to clipboard
A lightweight, modular Flutter framework for scalable app architecture, providing dependency injection, lifecycle management, and streamlined setup for rapid development. Built with Riverpod 3 for enh [...]
We analyzed this package 13 hours ago, and awarded it 130 pub points (of a possible 160):
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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: jet_flutter_framework
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: jet_flutter_framework
.
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
8081 out of 18247 API elements (44.3 %) have documentation comments.
Some symbols that are missing documentation: adapters
, adapters.defaultAdapters
, app_locker_notifier
, app_locker_notifier.AppLockerNotifier
, app_locker_notifier.AppLockerNotifier.AppLockerNotifier.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `macOS`.
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/jet.dart
that imports:package:jet_flutter_framework/config/jet_config.dart
that imports:package:jet_flutter_framework/jet_framework.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:jet_flutter_framework/adapters/adapters.dart
that imports:package:jet_flutter_framework/adapters/storage_adapter.dart
that imports:package:jet_flutter_framework/storage/local_storage.dart
that imports:package:jet_flutter_framework/helpers/jet_logger.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: The import of 'package:jet_flutter_framework/networking/interceptors/jet_dio_logger_config.dart' is unnecessary because all of the used elements are also provided by the import of 'package:jet_flutter_framework/jet_framework.dart'.
lib/config/jet_config.dart:4:8
╷
4 │ import 'package:jet_flutter_framework/networking/interceptors/jet_dio_logger_config.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/config/jet_config.dart
INFO: Missing type annotation.
lib/helpers/jet_logger.dart:230:1
╷
230 │ dd(dynamic value, {String? tag, bool alwaysPrint = false}) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/helpers/jet_logger.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
auto_route |
^10.1.0+1 |
10.1.2 | 10.1.2 | |
custom_refresh_indicator |
^4.0.1 |
4.0.1 | 4.0.1 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
flutter_form_builder |
^10.1.0 |
10.2.0 | 10.2.0 | |
flutter_hooks |
^0.21.2 |
0.21.3+1 | 0.21.3+1 | |
flutter_local_notifications |
^19.4.2 |
19.4.2 | 19.4.2 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
flutter_timezone |
^4.1.1 |
4.1.1 | 5.0.0 | |
form_builder_validators |
^11.1.2 |
11.2.0 | 11.2.0 | |
guardo |
^0.1.0 |
0.1.0 | 1.0.0 | |
hooks_riverpod |
^3.0.0 |
3.0.2 | 3.0.2 | |
infinite_scroll_pagination |
^5.1.0 |
5.1.1 | 5.1.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
phosphor_flutter |
^2.1.0 |
2.1.0 | 2.1.0 | |
pinput |
^5.0.2 |
5.0.2 | 5.0.2 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
timezone |
^0.10.1 |
0.10.1 | 0.10.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 85.0.0 | 89.0.0 | |
analyzer |
- | 7.7.1 | 8.2.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
cli_config |
- | 0.2.0 | 0.2.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
coverage |
- | 1.15.0 | 1.15.0 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dbus |
- | 0.7.11 | 0.7.11 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_local_notifications_linux |
- | 6.0.0 | 6.0.0 | |
flutter_local_notifications_platform_interface |
- | 9.1.0 | 9.1.0 | |
flutter_local_notifications_windows |
- | 1.0.3 | 1.0.3 | |
flutter_plugin_android_lifecycle |
- | 2.0.31 | 2.0.31 | |
flutter_riverpod |
- | 3.0.2 | 3.0.2 | |
flutter_secure_storage_linux |
- | 1.2.3 | 2.0.1 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.0.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.0.0 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
http |
- | 1.5.0 | 1.5.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
local_auth |
- | 2.3.0 | 2.3.0 | |
local_auth_android |
- | 1.0.55 | 1.0.55 | |
local_auth_darwin |
- | 1.6.1 | 1.6.1 | |
local_auth_platform_interface |
- | 1.1.0 | 1.1.0 | |
local_auth_windows |
- | 1.0.11 | 1.0.11 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.19 | 2.2.19 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.2 | 1.5.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
riverpod |
- | 3.0.2 | 3.0.2 | |
shared_preferences_android |
- | 2.4.15 | 2.4.15 | |
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 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
sliver_tools |
- | 0.2.12 | 0.2.12 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.26.2 | 1.26.3 | |
test_api |
- | 0.7.6 | 0.7.7 | |
test_core |
- | 0.6.11 | 0.6.12 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
watcher |
- | 1.1.4 | 1.1.4 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.1.1` on flutter_timezone does not support the stable version `5.0.0`, that was published 18 days ago.
When flutter_timezone is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_timezone
to update the constraint.
The constraint `^0.1.0` on guardo does not support the stable version `1.0.0`, that was published 27 days ago.
When guardo is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions guardo
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.