adrop_ads_admob 0.4.0
adrop_ads_admob: ^0.4.0 copied to clipboard
AdropAds Flutter plugin for Admob mediation, supporting banner
We analyzed this package 44 hours ago, and awarded it 80 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
471 out of 573 API elements (82.2 %) have documentation comments.
Some symbols that are missing documentation: adrop_ads_admob, adrop_ads_admob.Adrop, adrop_ads_admob.Adrop.Adrop.new, adrop_ads_admob.AdropAdCallback, adrop_ads_admob.AdropAdErrorCallback.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The name 'ServerSideVerificationOptions' is defined in the libraries 'package:adrop_ads_flutter/src/rewarded/server_side_verification_options.dart' and 'package:google_mobile_ads/src/ad_containers.dart'.
lib/adrop_ads_admob.dart:2:8
╷
2 │ export 'package:google_mobile_ads/google_mobile_ads.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/adrop_ads_admob.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adrop_ads_flutter |
^1.2.0-pre |
1.10.0 | 1.10.0 | |
google_mobile_ads |
^6.0.0 |
6.0.0 | 7.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
webview_flutter |
- | 4.13.1 | 4.13.1 | |
webview_flutter_android |
- | 4.11.0 | 4.11.0 | |
webview_flutter_platform_interface |
- | 2.15.1 | 2.15.1 | |
webview_flutter_wkwebview |
- | 3.24.3 | 3.24.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.0.0` on google_mobile_ads does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions google_mobile_ads 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.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.