whistle_feed 0.0.13
whistle_feed: ^0.0.13 copied to clipboard
Whistle Feed Sdk Provides a Developer EASE of Integrating to Whistle feed Adds Into Flutter Applications
We analyzed this package 21 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: whistle_feed, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 49 API elements (8.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: adshow_listener, adshow_listener.AdShowListener, adshow_listener.AdShowListener.AdShowListener.new, adshow_listener.AdShowListener.onAdShowClick, adshow_listener.AdShowListener.onAdShowComplete.
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:whistle_feed/whistle_feed.dartthat imports:package:advertising_id/advertising_id.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:whistle_feed/whistle_feed.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:whistle_feed/whistle_feed.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:whistle_feed/whistle_feed.dartthat imports:package:advertising_id/advertising_id.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:whistle_feed/whistle_feed.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:whistle_feed/whistle_feed.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
WARNING: Unused import: 'model/whistle_feedmodel.dart'.
lib/whistle_feed.dart:11:8
╷
11 │ import 'model/whistle_feedmodel.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/whistle_feed.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/whistle_feed.dart:308:31
╷
308 │ if(visiblePercentage!=null&&visiblePercentage==50.0)
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/whistle_feed.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
advertising_id |
any |
2.7.1 | 2.7.1 | |
flutter_inappwebview |
any |
6.1.5 | 6.1.5 | |
http |
any |
1.6.0 | 1.6.0 | |
package_info_plus |
any |
9.0.0 | 9.0.0 | |
url_launcher |
any |
6.3.2 | 6.3.2 | |
visibility_detector |
any |
0.4.0+2 | 0.4.0+2 |
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.