nice_flutter_kit 3.3.0
nice_flutter_kit: ^3.3.0 copied to clipboard
A collection of nice widgets
We analyzed this package 1 hour 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
331 out of 898 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.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 50 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
10/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.11.0 | 5.11.0 | |
equatable |
^2.0.0 |
2.1.0 | 2.1.0 | |
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.3.0 | 2.3.0 | |
geolocator |
^14.0.0 |
14.0.3 | 14.0.3 | |
intl |
^0.20.2 |
0.20.2 | 0.20.3 | |
introduction_screen |
^4.0.0 |
4.0.0 | 4.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^12.0.0 |
12.0.3 | 13.0.0 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
reactive_forms |
^18.0.0 |
18.2.2 | 18.2.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
shared_preferences |
^2.5.0 |
2.5.5 | 2.5.5 | |
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.
The constraint `^12.0.0` on permission_handler does not support the stable version `13.0.0`, that was published 7 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler 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.17, Flutter 3.44.8, Dart 3.12.2.
Check the analysis log for details.