responsive_styled_widget 0.2.0
responsive_styled_widget: ^0.2.0 copied to clipboard
Lets you use a serializable style/style map to make responsive and animated widgets.
We analyzed this package 22 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: responsive_styled_widget
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: responsive_styled_widget
.
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
86 out of 611 API elements (14.1 %) 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: animated_dimension_sized_box
, animated_dimension_sized_box.AnimatedDimensionSizedBox
, animated_dimension_sized_box.AnimatedDimensionSizedBox.alignment
, animated_dimension_sized_box.AnimatedDimensionSizedBox.height
, animated_shader_mask
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 158 issues. Showing the first 2:
ERROR: Undefined class 'PointerEnterEventListener'.
lib/animated_styled_container.dart:10:9
╷
10 │ final PointerEnterEventListener? onMouseEnter;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/animated_styled_container.dart
ERROR: Undefined class 'PointerExitEventListener'.
lib/animated_styled_container.dart:11:9
╷
11 │ final PointerExitEventListener? onMouseExit;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/animated_styled_container.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dimension |
^0.1.1 |
0.1.2 | 0.2.0 | |
flutter_class_parser |
^0.1.9 |
0.1.9 | 0.2.5 | |
morphable_shape |
^1.4.5 |
1.4.5 | 2.0.0 | |
provider |
^5.0.0 |
5.0.0 | 6.1.5+1 | |
simple_animations |
^3.0.1 |
3.2.0 | 5.2.0 | |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_lints |
- | 1.0.4 | 6.0.0 | |
lints |
- | 1.0.1 | 6.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
supercharged |
- | 2.1.1 | 2.1.1 | |
supercharged_dart |
- | 2.1.1 | 2.1.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^0.1.1` on dimension does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions dimension
to update the constraint.
The constraint `^0.1.9` on flutter_class_parser does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions flutter_class_parser
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 53 errors:
UNDEFINED_CLASS
-lib/animated_styled_container.dart:10:9
- Undefined class 'PointerEnterEventListener'.UNDEFINED_CLASS
-lib/animated_styled_container.dart:11:9
- Undefined class 'PointerExitEventListener'.EXTRA_POSITIONAL_ARGUMENTS
-lib/custom_visibility_detector/visibility_detector_layer.dart:269:31
- Too many positional arguments: 1 expected, but 2 found.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.