flutter_keyframe_timeline 0.0.2-pre1
flutter_keyframe_timeline: ^0.0.2-pre1 copied to clipboard
A Flutter package for creating keyframe-based timelines for 2D/3D animations, video editing, etc.
We analyzed this package 4 hours ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2-pre1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
8 out of 228 API elements (3.5 %) 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: flutter_keyframe_timeline
, flutter_keyframe_timeline.AnimatableObject
, flutter_keyframe_timeline.AnimatableObject.AnimatableObject.new
, flutter_keyframe_timeline.AnimatableObject.displayName
, flutter_keyframe_timeline.AnimatableObject.getKeyframesAtFrame
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:flutter_keyframe_timeline/flutter_keyframe_timeline.dart
that imports:package:flutter_keyframe_timeline/src/ui/ui.dart
that imports:package:flutter_keyframe_timeline/src/ui/src/timeline/timeline_style.dart
that imports:package:mix/mix.dart
that imports:package:mix/src/widgets/pressable_widget.dart
that imports:package:mix/src/specs/box/box_widget.dart
that imports:package:mix/src/specs/box/box_spec.dart
that imports:package:mix/src/core/utility.dart
that imports:package:mix/src/core/element.dart
that imports:package:mix/src/core/spec.dart
that imports:package:mix/src/core/factory/mix_context.dart
that imports:package:mix/src/core/factory/style_mix.dart
that imports:package:mix/src/specs/spec_util.dart
that imports:package:mix/src/specs/text/text_spec.dart
that imports:package:mix/src/attributes/text_style/text_style_util.dart
that imports:package:mix/src/attributes/scalars/scalar_util.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_keyframe_timeline/flutter_keyframe_timeline.dart
that imports:package:flutter_keyframe_timeline/src/ui/ui.dart
that imports:package:flutter_keyframe_timeline/src/ui/src/timeline/timeline_style.dart
that imports:package:mix/mix.dart
that imports:package:mix/src/widgets/pressable_widget.dart
that imports:package:mix/src/specs/box/box_widget.dart
that imports:package:mix/src/specs/box/box_spec.dart
that imports:package:mix/src/core/utility.dart
that imports:package:mix/src/core/element.dart
that imports:package:mix/src/core/spec.dart
that imports:package:mix/src/core/factory/mix_context.dart
that imports:package:mix/src/core/factory/style_mix.dart
that imports:package:mix/src/specs/spec_util.dart
that imports:package:mix/src/specs/text/text_spec.dart
that imports:package:mix/src/attributes/text_style/text_style_util.dart
that imports:package:mix/src/attributes/scalars/scalar_util.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 52 issues. Showing the first 2:
WARNING: The member 'notifyListeners' can only be used within instance members of subclasses of 'ChangeNotifier'.
lib/src/model/src/animation_track.dart:126:20
╷
126 │ this.keyframes.notifyListeners();
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/src/animation_track.dart
WARNING: The member 'notifyListeners' can only be used within 'package:flutter/src/foundation/change_notifier.dart' or a test.
lib/src/model/src/animation_track.dart:126:20
╷
126 │ this.keyframes.notifyListeners();
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/src/animation_track.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mix |
^1.7.0 |
1.7.0 | 1.7.0 | |
phosphor_flutter |
^2.1.0 |
2.1.0 | 2.1.0 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 | |
vector_math |
^2.2.0 |
2.2.0 | 2.2.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mix_annotations |
- | 1.7.0 | 1.7.0 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.