in_app_ninja 1.0.0
in_app_ninja: ^1.0.0 copied to clipboard
A powerful Flutter SDK for in-app nudges, campaigns, and user engagement. Supports bottom sheets, modals, PiP widgets, scratch cards, stories, banners, and more.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/embed-craft/in_app_ninja 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/embed-craft/in_app_ninja 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/embed-craft/in_app_ninja/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/embed-craft/in_app_ninja#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
261 out of 356 API elements (73.3 %) have documentation comments.
Some symbols that are missing documentation: in_app_ninja.AppNinja.baseUrl, in_app_ninja.AppNinja.clearCampaignCache, in_app_ninja.AppNinja.getApiKey, in_app_ninja.AppNinja.isTicketLocallyUnlocked, in_app_ninja.AppNinja.navigatorKey.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:in_app_ninja/in_app_ninja.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:in_app_ninja/in_app_ninja.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:in_app_ninja/in_app_ninja.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:in_app_ninja/in_app_ninja.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:in_app_ninja/in_app_ninja.dartthat declares support for platforms:Android.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 194 issues. Showing the first 2:
WARNING: The value of the field '_cacheTimestamp' isn't used.
lib/src/app_ninja.dart:80:20
╷
80 │ static DateTime? _cacheTimestamp;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/app_ninja.dart
WARNING: The value of the field '_lastCampaignShownTime' isn't used.
lib/src/app_ninja.dart:81:20
╷
81 │ static DateTime? _lastCampaignShownTime;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/app_ninja.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.3.0 |
6.4.1 | 7.2.1 | |
google_fonts |
^6.3.2 |
6.3.3 | 8.2.1 | |
http |
^1.0.0 |
1.6.0 | 1.6.0 | |
lottie |
^3.3.3 |
3.5.1 | 3.5.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
rive |
^0.13.17 |
0.13.20 | 0.14.11 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 | |
scratcher |
^2.5.0 |
2.5.0 | 2.5.0 | |
screenshot |
^3.0.0 |
3.0.0 | 3.0.0 | |
shared_preferences |
^2.0.0 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.2.0 |
6.3.2 | 6.3.2 | |
video_player |
^2.9.2 |
2.14.0 | 2.14.0 | |
visibility_detector |
^0.4.0 |
0.4.0+2 | 0.4.0+2 | |
webview_flutter |
^4.8.0 |
4.14.1 | 4.14.1 | |
youtube_player_flutter |
^9.0.1 |
9.1.3 | 10.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^6.3.0` on app_links does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions app_links to update the constraint.
The constraint `^6.3.2` on google_fonts does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions google_fonts 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.