reflective_visual 2.0.0
reflective_visual: ^2.0.0 copied to clipboard
Reflective visual for flutter apps.
We analyzed this package 42 hours ago, and awarded it 140 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.
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
4 out of 17 API elements (23.5 %) have documentation comments.
Some symbols that are missing documentation: reflective.RContainer
, reflective.RContainer.RContainer.new
, reflective.RContainer.height
, reflective.RContainer.radius
, reflective.RContainer.width
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:reflective_visual/reflective_visual.dart
that imports:package:reflective_visual/src/reflective_base.dart
that imports:package:reflective_visual/src/camre_view.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:reflective_visual/reflective_visual.dart
that imports:package:reflective_visual/src/reflective_base.dart
that imports:package:reflective_visual/src/camre_view.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:reflective_visual/reflective_visual.dart
that imports:package:reflective_visual/src/reflective_base.dart
that imports:package:reflective_visual/src/camre_view.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
blur |
^3.1.0 |
3.1.0 | 4.0.0 | |
camera |
^0.10.3 |
0.10.6 | 0.11.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera_android |
- | 0.10.10+2 | 0.10.10+2 | |
camera_avfoundation |
- | 0.9.18+13 | 0.9.18+13 | |
camera_platform_interface |
- | 2.10.0 | 2.10.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
flutter_plugin_android_lifecycle |
- | 2.0.27 | 2.0.27 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
vector_math |
- | 2.1.4 | 2.1.4 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.1.0` on blur does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions blur
to update the constraint.
The constraint `^0.10.3` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.