kitforge 0.1.0
kitforge: ^0.1.0 copied to clipboard
An all-in-one Flutter toolkit — permissions, connectivity, toast, dialogs, bottom sheets, animation helpers, navigation, storage, logging, HTTP, validators, OTP fields, image/camera picking, location, [...]
We analyzed this package 2 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 long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/YOUR_GITHUB_USERNAME/kitforge was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/YOUR_GITHUB_USERNAME/kitforge was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/YOUR_GITHUB_USERNAME/kitforge/issues was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/YOUR_GITHUB_USERNAME/kitforge#readme was unreachable. Make sure that the website is reachable via HEAD requests.
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
53 out of 196 API elements (27.0 %) have documentation comments.
Some symbols that are missing documentation: animation, background_service, bottom_sheet, camera, connectivity.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:kitforge/kitforge.dartthat imports:package:kitforge/src/notifications/kit_notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Linux,macOS.
Package does not support platform `Linux`.
Because:
package:kitforge/kitforge.dartthat imports:package:kitforge/src/background_service/kit_background_service.dartthat imports:package:workmanager/workmanager.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:kitforge/kitforge.dartthat imports:package:kitforge/src/notifications/kit_notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:kitforge/kitforge.dartthat imports:package:kitforge/src/notifications/kit_notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Linux,macOS.
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:kitforge/kitforge.dartthat imports:package:kitforge/src/notifications/kit_notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:kitforge/kitforge.dartthat imports:package:kitforge/src/notifications/kit_notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectivity_plus |
^6.0.5 |
6.1.5 | 7.3.1 | |
dio |
^5.5.0 |
5.11.1 | 5.11.1 | |
flutter_local_notifications |
^17.2.2 |
17.2.4 | 22.3.1 | |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 11.1.1 | |
geolocator |
^13.0.1 |
13.0.4 | 14.0.3 | |
google_maps_flutter |
^2.9.0 |
2.18.0 | 2.18.0 | |
image_picker |
^1.1.2 |
1.2.3 | 1.2.3 | |
logger |
^2.4.0 |
2.8.0 | 2.8.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.2 | |
shared_preferences |
^2.2.3 |
2.5.5 | 2.5.5 | |
timezone |
^0.9.4 |
0.9.4 | 0.11.1 | |
workmanager |
^0.5.2 |
0.5.2 | 0.10.10 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^6.0.5` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^17.2.2` on flutter_local_notifications does not support the stable version `18.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.