nylo_support 3.3.0
nylo_support: ^3.3.0 copied to clipboard
Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
We analyzed this package 31 hours ago, and awarded it 110 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 148 out of 351 API elements (42.2 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
INFO: A value for optional parameter 'action' isn't ever given.
lib/alerts/toast_notification.dart:49:12
╷
49 │ this.action,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/alerts/toast_notification.dart
INFO: A value for optional parameter 'duration' isn't ever given.
lib/alerts/toast_notification.dart:50:12
╷
50 │ this.duration = const Duration(seconds: 2)});
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/alerts/toast_notification.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
animate_do | ^2.1.0 | 2.1.0 | 2.1.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_dotenv | ^5.0.2 | 5.0.2 | 5.0.2 |
flutter_localizations | flutter | 0.0.0 | 0.0.0 |
flutter_secure_storage | ^5.0.2 | 5.1.2 | 6.0.0 |
flutter_styled_toast | ^2.1.3 | 2.1.3 | 2.1.3 |
logger | ^1.1.0 | 1.1.0 | 1.1.0 |
page_transition | ^2.0.9 | 2.0.9 | 2.0.9 |
validated | ^2.0.0 | 2.0.0 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
clock | - | 1.1.0 | 1.1.1 |
collection | - | 1.16.0 | 1.16.0 |
flutter_secure_storage_linux | - | 1.1.1 | 1.1.1 |
flutter_secure_storage_macos | - | 1.1.1 | 1.1.1 |
flutter_secure_storage_platform_interface | - | 1.0.0 | 1.0.0 |
flutter_secure_storage_web | - | 1.0.2 | 1.0.2 |
flutter_secure_storage_windows | - | 1.1.2 | 1.1.2 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
intl | - | 0.17.0 | 0.17.0 |
js | - | 0.6.4 | 0.6.4 |
material_color_utilities | - | 0.1.4 | 0.2.0 |
meta | - | 1.7.0 | 1.8.0 |
path | - | 1.8.1 | 1.8.2 |
plugin_platform_interface | - | 2.1.2 | 2.1.2 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.2 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.2` on flutter_secure_storage does not support the stable version `6.0.0`, that was published 0 days ago.
When flutter_secure_storage is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_secure_storage
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.15
, Flutter 3.0.5
, Dart 2.17.6
.