tapsell_mediation 1.3.0-beta02
tapsell_mediation: ^1.3.0-beta02 copied to clipboard
Tapsell Mediation Flutter Plugin
We analyzed this package 18 days 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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: tapsell_mediation.
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: tapsell_mediation, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://docs.tapsell.ir/mediation/flutter 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting tapsell_mediation... Discovering libraries... Linking elements... Precaching local docs for 643686 elements... Initialized dartdoc with 802 libraries Generating docs for library tapsell_mediation.dart from package:tapsell_mediation/tapsell_mediation.dart... Generating docs for library tapsell.dart from package:tapsell_mediation/tapsell.dart... Documented 2 public libraries in 74.5 seconds ERR: warning: tapsell has no library level documentation comments from tapsell: (file:///tmp/pana_YWNMXJ/lib/tapsell_mediation.dart:1:1) warning: tapsell has no library level documentation comments from tapsell: (file:///tmp/pana_YWNMXJ/lib/tapsell.dart:1:1) error: file already written at "tapsell/index.html" for symbol tapsell: (file:///tmp/pana_YWNMXJ/lib/tapsell.dart:1:1) conflicting with file already generated by tapsell: (file:///tmp/pana_YWNMXJ/lib/tapsell_mediation.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'tapsell' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [18 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:tapsell_mediation/tapsell_mediation.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:tapsell_mediation/tapsell_mediation.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:tapsell_mediation/tapsell_mediation.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:tapsell_mediation/tapsell_mediation.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:tapsell_mediation/tapsell_mediation.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/show/event.dart:19:21
╷
19 │ ShowFailureEvent({adId, this.message}) : super(adId: adId);
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/show/event.dart
INFO: Missing type annotation.
lib/src/show/event.dart:33:25
╷
33 │ CloseImpressionEvent({adId, this.completionState}) : super(adId: adId);
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/show/event.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analyzer |
>=5.2.0 <7.0.0 |
6.4.1 | 9.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 67.0.0 | 92.0.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.2.0 | 1.2.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=5.2.0 <7.0.0` on analyzer does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions analyzer 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.