april_flutter_utils 0.3.11
april_flutter_utils: ^0.3.11 copied to clipboard
A package for flutter APP development.
We analyzed this package 41 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 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
341 out of 641 API elements (53.2 %) have documentation comments.
Some symbols that are missing documentation: april_flutter_utils, april_flutter_utils.AbsPaginationController.AbsPaginationController.new, april_flutter_utils.AbsPaginationDataWrapper.AbsPaginationDataWrapper.new, april_flutter_utils.AbsRefreshableController.AbsRefreshableController.new, april_flutter_utils.AbsRefreshableDataWrapper.AbsRefreshableDataWrapper.new.
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:april_flutter_utils/april_flutter_utils.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:april_flutter_utils/april_flutter_utils.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:april_flutter_utils/april_flutter_utils.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:april_flutter_utils/april_flutter_utils.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:april_flutter_utils/april_flutter_utils.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/src/widgets/task_dialog.dart:21:29
╷
21 │ builder: (context) => WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/task_dialog.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
extended_value_notifier |
^0.0.3 |
0.0.3 | 0.1.0 | |
flutter_staggered_grid_view |
^0.6.2 |
0.6.2 | 0.7.0 | |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
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 `^0.0.3` on extended_value_notifier does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions extended_value_notifier to update the constraint.
The constraint `^0.6.2` on flutter_staggered_grid_view does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_staggered_grid_view 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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.