nice_flutter_kit 3.1.0
nice_flutter_kit: ^3.1.0 copied to clipboard
A collection of nice widgets
We analyzed this package 13 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.
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
331 out of 897 API elements (36.9 %) have documentation comments.
Some symbols that are missing documentation: nice_flutter_kit, nice_flutter_kit.ErrorCallback, nice_flutter_kit.Json, nice_flutter_kit.JsonArray, nice_flutter_kit.JsonUtils.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:nice_flutter_kit/nice_flutter_kit.dartthat imports:package:nice_flutter_kit/src/utils/public.dartthat imports:package:nice_flutter_kit/src/utils/permissions.utils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:nice_flutter_kit/nice_flutter_kit.dartthat imports:package:nice_flutter_kit/src/utils/public.dartthat imports:package:nice_flutter_kit/src/utils/permissions.utils.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 112 issues. Showing the first 2:
INFO: Unnecessary 'this.' qualifier.
lib/src/auth/auth/cubit/auth.state.dart:43:22
╷
43 │ initialized: this.initialized,
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/auth/auth/cubit/auth.state.dart
INFO: Unnecessary 'this.' qualifier.
lib/src/auth/auth/cubit/auth.state.dart:57:13
╷
57 │ user: this.user,
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/auth/auth/cubit/auth.state.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dio |
^5.8.0 |
5.9.0 | 5.9.0 | |
equatable |
^2.0.0 |
2.0.7 | 2.0.7 | |
expandable |
^5.0.0 |
5.0.1 | 5.0.1 | |
flutter_bloc |
^9.0.0 |
9.1.1 | 9.1.1 | |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_spinkit |
^5.0.0 |
5.2.2 | 5.2.2 | |
flutter_svg |
^2.0.11 |
2.2.2 | 2.2.2 | |
geolocator |
^13.0.0 |
13.0.4 | 14.0.2 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
introduction_screen |
^3.1.0 |
3.1.17 | 4.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
reactive_forms |
^17.0.0 |
17.0.1 | 18.1.1 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
shared_preferences |
^2.5.0 |
2.5.3 | 2.5.3 | |
timeago |
^3.7.0 |
3.7.1 | 3.7.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^13.0.0` on geolocator does not support the stable version `14.0.0`.
Try running dart pub upgrade --major-versions geolocator to update the constraint.
The constraint `^3.1.0` on introduction_screen does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions introduction_screen to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER-lib/src/onboarding/introduction/onboarding-introduction.wrapper.dart:21:7- The named parameter 'safeAreaList' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.