first_run_kit 1.1.3
first_run_kit: ^1.1.3 copied to clipboard
A production-ready Flutter package for first launch onboarding, permission flows, and safe first-run detection.
We analyzed this package 16 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
131 out of 150 API elements (87.3 %) have documentation comments.
Some symbols that are missing documentation: constants, custom_step, extensions, first_run_kit, first_run_manager.
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:first_run_kit/first_run_kit.dartthat imports:package:first_run_kit/widgets/step_builder.dartthat imports:package:first_run_kit/ui/permission_view.dartthat imports:package:first_run_kit/models/permission_step.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:first_run_kit/first_run_kit.dartthat imports:package:first_run_kit/widgets/step_builder.dartthat imports:package:first_run_kit/ui/permission_view.dartthat imports:package:first_run_kit/models/permission_step.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.
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 |
|---|---|---|---|---|
permission_handler |
^12.0.1 |
12.0.3 | 13.0.2 | |
shared_preferences |
^2.3.3 |
2.5.5 | 2.5.5 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^12.0.1` on permission_handler does not support the stable version `13.0.0`.
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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.