windmill 0.1.0
windmill: ^0.1.0 copied to clipboard
A flutter project with video player and agora live player.
We analyzed this package 12 hours ago, and awarded it 140 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
131 out of 250 API elements (52.4 %) have documentation comments.
Some symbols that are missing documentation: windmill
, windmill.AbsEventHandler
, windmill.AbsEventHandler.AbsEventHandler.new
, windmill.AbsEventHandler.setActionEventHandler
, windmill.AbsEventHandler.setAgoraActionEventHandler
.
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:windmill/windmill.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:windmill/windmill.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:windmill/windmill.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:windmill/windmill.dart
that 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:windmill/windmill.dart
that imports:package:windmill/src/wind_live_player.dart
that imports:package:windmill/src/live_player_with_controls.dart
that imports:package:wakelock/wakelock.dart
that imports:package:wakelock_macos/wakelock_macos.dart
that declares support for platforms:macOS
.
Package does not support platform `iOS`.
Because:
package:windmill/windmill.dart
that imports:package:windmill/src/wind_live_player.dart
that imports:package:windmill/src/live_player_with_controls.dart
that imports:package:wakelock/wakelock.dart
that imports:package:wakelock_macos/wakelock_macos.dart
that declares support for platforms:macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:windmill/windmill.dart
that imports:package:windmill/src/agora_action_event_handler.dart
that imports:package:agora_rtc_engine/rtc_engine.dart
that imports:package:agora_rtc_engine/src/rtc_engine_extension.dart
that imports:package:agora_rtc_engine/src/rtc_engine.dart
that imports:package:agora_rtc_engine/src/impl/rtc_engine_impl.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/windmill/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 64 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/full_screen_live.dart:46:3
╷
46 │ setVolume(double dy) async {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/full_screen_live.dart
INFO: Missing type annotation.
lib/src/linear_percent_indicator.dart:224:3
╷
224 │ _updateProgress() {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/linear_percent_indicator.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
agora_rtc_engine |
^5.2.0 |
5.3.1 | 6.5.3 | |
device_display_brightness |
^0.0.6 |
0.0.6 | 0.0.6 | |
perfect_volume_control |
^1.0.5 |
1.0.5 | 1.0.5 | |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.1 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
video_player |
^2.4.6 |
2.10.0 | 2.10.0 | |
wakelock |
^0.6.2 |
0.6.2 | 0.6.2 | Discontinued |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
html |
- | 0.15.6 | 0.15.6 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.8.13 | 2.8.13 | |
video_player_avfoundation |
- | 2.8.4 | 2.8.4 | |
video_player_platform_interface |
- | 6.4.0 | 6.4.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
wakelock_macos |
- | 0.4.0 | 0.4.0 | |
wakelock_platform_interface |
- | 0.3.0 | 0.3.0 | |
wakelock_web |
- | 0.4.0 | 0.4.0 | |
wakelock_windows |
- | 0.2.1 | 0.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 3.1.4 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^5.2.0` on agora_rtc_engine does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions agora_rtc_engine
to update the constraint.
The constraint `^10.2.0` on permission_handler does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions permission_handler
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.22.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.