google_ads_plus 0.0.1
google_ads_plus: ^0.0.1 copied to clipboard
A person who want to implement Google Ads in their App can use this package.
We analyzed this package 4 days ago, and awarded it 120 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
12 out of 41 API elements (29.3 %) have documentation comments.
Some symbols that are missing documentation: adManager, adManager.AdController, adManager.AdController.$configureLifeCycle, adManager.AdController.AdController.new, adManager.AdController.addListenerId.
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:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.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 `Android`.
Because:
package:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat imports:package:google_mobile_ads/src/mobile_ads.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 `iOS`.
Because:
package:google_ads_plus/google_ads_plus.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat imports:package:google_mobile_ads/src/mobile_ads.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 5 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: BannerAdPlus.unitID, BannerAdPlus.adSize
lib/google_ads_plus.dart:7:7
╷
7 │ class BannerAdPlus extends StatefulWidget {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/google_ads_plus.dart
INFO: The file name 'adManager.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/adManager.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
get |
any |
4.7.3 | 4.7.3 | |
google_mobile_ads |
any |
7.0.0 | 7.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter |
- | 4.13.1 | 4.13.1 | |
webview_flutter_android |
- | 4.10.11 | 4.10.11 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.5 | 3.23.5 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
UNDEFINED_METHOD-lib/adManager.dart:17:17- The method 'BannerAdListener' isn't defined for the type 'AdController'.STATIC_ACCESS_TO_INSTANCE_MEMBER-lib/adManager.dart:32:20- Instance member 'load' can't be accessed using static access.UNDEFINED_NAMED_PARAMETER-lib/adManager.dart:33:7- The named parameter 'adUnitId' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.