nirrti 3.4.6
nirrti: ^3.4.6 copied to clipboard
Owlnext flutter's front-end library
We analyzed this package 33 hours ago, and awarded it 110 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/owlnext-fr/flutter-owlnext-components was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/owlnext-fr/flutter-owlnext-components was unreachable. Make sure that the website is reachable via HEAD requests.
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
302 out of 499 API elements (60.5 %) have documentation comments.
Some symbols that are missing documentation: nirrti, nirrti.Artist.Artist.new, nirrti.Artist.defaultBorderRadius, nirrti.Artist.defaultPadding, nirrti.Artist.defaultSeparation.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
WARNING: The value of the field '_tabControllerKey' isn't used.
lib/src/example/view_model.dart:57:13
╷
57 │ UniqueKey _tabControllerKey = UniqueKey();
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/example/view_model.dart
INFO: Missing type annotation.
lib/src/custom_components/custom_actions_button/view.dart:7:3
╷
7 │ render(BuildContext context, OwlnextActionsButtonState state) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/custom_components/custom_actions_button/view.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
data_table_2 |
2.5.15 |
2.5.15 | 2.7.2 | |
dropdown_button2 |
^2.3.9 |
2.3.9 | 3.0.0 | |
ensure_visible_when_focused |
^1.2.0 |
1.2.0 | 1.2.0 | |
flutter_colorpicker |
^1.1.0 |
1.1.0 | 1.1.0 | |
loading_animation_widget |
^1.2.1 |
1.3.0 | 1.3.0 | |
scrollable_positioned_list |
^0.3.8 |
0.3.8 | 0.3.8 | |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `2.5.15` on data_table_2 does not support the stable version `2.5.16`.
Try running dart pub upgrade --major-versions data_table_2 to update the constraint.
The constraint `^2.3.9` on dropdown_button2 does not support the stable version `3.0.0`, that was published 0 days ago.
When dropdown_button2 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dropdown_button2 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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.