flutter_toolbox 12.0.2
flutter_toolbox: ^12.0.2 copied to clipboard
Common flutter widgets and helper methods.
We analyzed this package 11 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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
148 out of 378 API elements (39.2 %) 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.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:flutter_toolbox/flutter_toolbox.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:flutter_toolbox/flutter_toolbox.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:flutter_toolbox/flutter_toolbox.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:flutter_toolbox/flutter_toolbox.dart
that 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.dart
that imports:package:flutter_toolbox/src/ui/connection_status_bar.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_toolbox/flutter_toolbox.dart
that imports:package:flutter_toolbox/src/url_launchers.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 17 issues. Showing the first 2:
INFO: Missing type annotation.
lib/generated/intl/messages_ar.dart:24:52
╷
24 │ static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/intl/messages_ar.dart
INFO: Missing type annotation.
lib/generated/intl/messages_en.dart:24:52
╷
24 │ static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/intl/messages_en.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
chopper |
^8.3.0 |
8.4.0 | 8.4.0 | |
connectivity_plus |
^6.1.5 |
6.1.5 | 7.0.0 | |
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
flutter_image_compress |
^2.4.0 |
2.4.0 | 2.4.0 | |
http |
>=0.12.2 <=1.6.0 |
1.5.0 | 1.5.0 | |
image_picker |
^1.2.0 |
1.2.0 | 1.2.0 | |
intl |
>=0.15.3 <=0.21.0 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
oktoast |
^3.4.0 |
3.4.0 | 3.4.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
provider |
^6.1.5+1 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
stack_trace |
^1.12.1 |
1.12.1 | 1.12.1 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.1.5` on connectivity_plus does not support the stable version `7.0.0`, that was published 22 days ago.
When connectivity_plus is 30 days old, this package will no longer be awarded points in this category.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.