flutter_toolbox 10.0.3
flutter_toolbox: ^10.0.3 copied to clipboard
Common flutter widgets and helper methods.
We analyzed this package 20 days ago, and awarded it 120 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
146 out of 368 API elements (39.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_toolbox, flutter_toolbox.ConnectionStatusBar, flutter_toolbox.ConnectionStatusBar.ConnectionStatusBar.new, flutter_toolbox.ConnectionStatusBar.color, flutter_toolbox.ConnectionStatusBar.init.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:flutter_toolbox/flutter_toolbox.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:flutter_toolbox/flutter_toolbox.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:flutter_toolbox/flutter_toolbox.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:flutter_toolbox/flutter_toolbox.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:flutter_toolbox/flutter_toolbox.dartthat declares support for platforms:Android.
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:flutter_toolbox/flutter_toolbox.dartthat imports:package:flutter_toolbox/src/ui/connection_status_bar.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 131 issues. Showing the first 2:
WARNING: A value for optional parameter 'key' isn't ever given.
lib/src/ui/date_picker_field.dart:49:11
╷
49 │ super.key,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/date_picker_field.dart
WARNING: A value for optional parameter 'child' isn't ever given.
lib/src/ui/date_picker_field.dart:50:10
╷
50 │ this.child,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/date_picker_field.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.3.1 | 3.4.1 | |
chopper |
^7.0.10 |
7.4.0 | 8.5.0 | |
connectivity_plus |
^5.0.2 |
5.0.2 | 7.0.0 | |
flutter_cache_manager |
^3.3.1 |
3.3.3 | 3.4.1 | |
flutter_image_compress |
^2.1.0 |
2.3.0 | 2.4.0 | |
http |
>=0.12.2 <=1.1.2 |
1.1.2 | 1.6.0 | |
image_picker |
^1.0.7 |
1.1.2 | 1.2.1 | |
intl |
>=0.15.3 <=0.19.0 |
0.19.0 | 0.20.2 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
oktoast |
^3.4.0 |
3.4.0 | 3.4.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.2.2 |
2.2.3 | 2.5.4 | |
stack_trace |
^1.11.1 |
1.12.1 | 1.12.1 | |
url_launcher |
^6.2.3 |
6.3.2 | 6.3.2 | |
uuid |
^4.3.2 |
4.5.2 | 4.5.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^7.0.10` on chopper does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions chopper to update the constraint.
The constraint `^5.0.2` on connectivity_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.