vie_app_ads_manager 1.0.8
vie_app_ads_manager: ^1.0.8 copied to clipboard
Simple ads manager for admob and applovin ads
We analyzed this package 35 hours ago, and awarded it 130 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.
Homepage URL doesn't exist.
At the time of the analysis https://bitbucket.org/beanbagstudio/ads-manager/src/master/ 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
243 out of 319 API elements (76.2 %) have documentation comments.
Some symbols that are missing documentation: analytics_manager, analytics_manager.AnalyticsManager, analytics_manager.AnalyticsManager.instance, analytics_manager.AnalyticsManager.isInitialized, analytics_manager.RCKey.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat imports:package:google_mobile_ads/src/ad_instance_manager.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Windows`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:vie_app_ads_manager/vie_app_ads_manager.dartthat imports:package:google_mobile_ads/src/ad_containers.dartthat imports:package:google_mobile_ads/src/ad_instance_manager.dartthat imports:package:webview_flutter_android/webview_flutter_android.dartthat declares support for platforms:Android.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
WARNING: Unused import: 'dart:io'.
lib/src/ads_manager_impl.dart:2:8
╷
2 │ import 'dart:io';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ads_manager_impl.dart
WARNING: The value of the field '_maxInterstitialReady' isn't used.
lib/src/ads_manager_impl.dart:53:8
╷
53 │ bool _maxInterstitialReady = false;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ads_manager_impl.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adjust_sdk |
^5.4.5 |
5.5.0 | 5.5.0 | |
advertising_id |
^2.7.1 |
2.7.1 | 2.7.1 | |
app_tracking_transparency |
^2.0.0 |
2.0.6+1 | 2.0.6+1 | |
applovin_max |
^4.6.0 |
4.6.1 | 4.6.1 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
firebase_analytics |
^12.0.4 |
12.0.4 | 12.0.4 | |
firebase_core |
^4.2.1 |
4.2.1 | 4.2.1 | |
firebase_core_platform_interface |
^6.0.2 |
6.0.2 | 6.0.2 | |
firebase_remote_config |
^6.1.1 |
6.1.2 | 6.1.2 | |
google_mobile_ads |
^6.0.0 |
6.0.0 | 6.0.0 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
simple_analytics_manager |
^1.0.1 |
1.0.1 | 1.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.