dream_monet_flutter_sdk 0.0.11-alpha
dream_monet_flutter_sdk: ^0.0.11-alpha copied to clipboard
Dream monent sdk for Flutter
We analyzed this package 7 hours ago, and awarded it 110 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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/deviationlab/flutter-monet-sdk 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
409 out of 757 API elements (54.0 %) have documentation comments.
Some symbols that are missing documentation: ad_config, ad_config.AdConfig.AdConfig.new, ad_config.AdConfig.isEnable, ad_control, ad_control.AdControl.AdControl.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:dream_monet_flutter_sdk/dream_monet_flutter_sdk.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:dream_monet_flutter_sdk/dream_monet_flutter_sdk.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.
Package does not support platform `Windows`.
Because:
package:dream_monet_flutter_sdk/dream_monet_flutter_sdk.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:dream_monet_flutter_sdk/dream_monet_flutter_sdk.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:dream_monet_flutter_sdk/dream_monet_flutter_sdk.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:dream_monet_flutter_sdk/dream_monet_flutter_sdk.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
WARNING: Unused import: '../../core/dream_monet_sdk.dart'.
lib/inventory/banner/banner_inventory.dart:10:8
╷
10 │ import '../../core/dream_monet_sdk.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/inventory/banner/banner_inventory.dart
WARNING: Unused import: '../../core/dream_monet_sdk.dart'.
lib/inventory/native/native_inventory.dart:10:8
╷
10 │ import '../../core/dream_monet_sdk.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/inventory/native/native_inventory.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
firebase_core |
^4.1.2 |
4.3.0 | 4.3.0 | |
firebase_remote_config |
^6.1.2 |
6.1.3 | 6.1.3 | |
get |
^4.6.6 |
4.7.3 | 4.7.3 | |
google_mobile_ads |
^6.0.0 |
6.0.0 | 7.0.0 | |
in_app_purchase |
^3.1.11 |
3.2.3 | 3.2.3 | |
in_app_purchase_android |
^0.4.0+8 |
0.4.0+8 | 0.4.0+8 | |
in_app_purchase_platform_interface |
^1.4.0 |
1.4.0 | 1.4.0 | |
in_app_purchase_storekit |
^0.4.6+2 |
0.4.7 | 0.4.7 | |
logger |
^2.6.2 |
2.6.2 | 2.6.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
shared_preferences |
^2.2.0 |
2.5.4 | 2.5.4 |
Transitive dependencies
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`, that was published 21 days ago.
When google_mobile_ads is 30 days old, this package will no longer be awarded points in this category.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.