flutter_story_editor 0.0.2
flutter_story_editor: ^0.0.2 copied to clipboard
This package uses style of WhatsApp story image/video editor, you can edit images and videos. You can add texts, stickers, finger drawing, apply filter, and undo
We analyzed this package 2 days ago, and awarded it 130 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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 248 API elements (0.8 %) 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: assets
, assets.Assets.angkorAngkorRegular
, assets.Assets.dancingScriptDancingScriptMedium
, assets.Assets.dancingScriptDancingScriptRegular
, assets.Assets.emojiesE1511
.
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:flutter_story_editor/flutter_story_editor.dart
that imports:package:flutter_story_editor/src/views/main_control_views/trimmer_view.dart
that imports:package:video_trimmer/video_trimmer.dart
that imports:package:video_trimmer/src/trim_viewer/trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_thumbnail_viewer.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_story_editor/flutter_story_editor.dart
that imports:package:flutter_story_editor/src/views/main_control_views/trimmer_view.dart
that imports:package:video_trimmer/video_trimmer.dart
that imports:package:video_trimmer/src/trim_viewer/trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_thumbnail_viewer.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_story_editor/flutter_story_editor.dart
that imports:package:flutter_story_editor/src/views/main_control_views/trimmer_view.dart
that imports:package:video_trimmer/video_trimmer.dart
that imports:package:video_trimmer/src/trim_viewer/trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_thumbnail_viewer.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_story_editor/flutter_story_editor.dart
that imports:package:flutter_story_editor/src/views/main_control_views/trimmer_view.dart
that imports:package:video_trimmer/video_trimmer.dart
that imports:package:video_trimmer/src/trim_viewer/trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_trim_viewer.dart
that imports:package:video_trimmer/src/trim_viewer/scrollable_viewer/scrollable_thumbnail_viewer.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_story_editor/flutter_story_editor.dart
that imports:package:flutter_story_editor/src/widgets/draggable_text_widget.dart
that imports:package:flutter_story_editor/src/views/text_control_views/text_control_view.dart
that imports:package:flutter_story_editor/src/views/text_control_views/text_top_view.dart
that imports:package:flutter_story_editor/src/controller/controller.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 39 issues. Showing the first 2:
INFO: 'onPopInvoked' is deprecated and shouldn't be used. Use onPopInvokedWithResult instead. This feature was deprecated after v3.22.0-12.0.pre.
lib/flutter_story_editor.dart:135:21
╷
135 │ onPopInvoked: (bool isSystemPop) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_story_editor.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/views/main_control_views/filters_view.dart:94:69
╷
94 │ decoration: BoxDecoration(color: Colors.black.withOpacity(0.4)),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/views/main_control_views/filters_view.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
file_picker |
^8.0.1 |
8.3.7 | 10.2.0 | |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 | |
font_awesome_flutter |
^10.7.0 |
10.8.0 | 10.8.0 | |
hsv_color_pickers |
^0.3.0 |
0.3.0 | 0.4.0 | |
image_cropper |
^5.0.1 |
5.0.1 | 9.1.0 | |
material_design_icons_flutter |
^7.0.7296 |
7.0.7296 | 7.0.7296 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
perfect_freehand |
^2.3.2 |
2.3.2 | 2.3.2 | |
vector_math |
^2.1.4 |
2.1.4 | 2.2.0 | |
video_player |
^2.8.6 |
2.10.0 | 2.10.0 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 | |
video_trimmer |
^3.0.1 |
3.0.1 | 5.0.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^8.0.1` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^0.3.0` on hsv_color_pickers does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions hsv_color_pickers
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.