flutter_story_editor 0.0.1 copy "flutter_story_editor: ^0.0.1" to clipboard
flutter_story_editor: ^0.0.1 copied to clipboard

This package is created using style of the WhatsApp story image/video editor, with which you can edit images and videos both together. You can add texts, stickers, freehand finger drawing, apply filte [...]

24
likes
110/ 160
pub points
73%
popularity

We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 36 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FilterTextView.showFilters

lib/src/views/main_control_views/filter_text_view.dart:5:7

  ╷
5 │ class FilterTextView extends StatefulWidget {
  │       ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/views/main_control_views/filter_text_view.dart

WARNING: The value of the local variable 'playbackState' isn't used.

lib/src/views/main_control_views/trimmer_view.dart:172:26

    ╷
172 │                     bool playbackState = await _trimmer.videoPlaybackControl(
    │                          ^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/views/main_control_views/trimmer_view.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
file_picker ^8.0.1 8.0.5 8.0.5
flutter flutter 0.0.0 0.0.0
flutter_keyboard_visibility ^6.0.0 6.0.0 6.0.0
font_awesome_flutter ^10.7.0 10.7.0 10.7.0
hsv_color_pickers ^0.3.0 0.3.0 0.3.0
image_cropper ^5.0.1 5.0.1 7.0.5
material_design_icons_flutter ^7.0.7296 7.0.7296 7.0.7296
path ^1.9.0 1.9.0 1.9.0
path_provider ^2.1.3 2.1.3 2.1.3
perfect_freehand ^2.3.2 2.3.2 2.3.2
vector_math ^2.1.4 2.1.4 2.1.4
video_player ^2.8.6 2.8.7 2.8.7
video_thumbnail ^0.5.3 0.5.3 0.5.3
video_trimmer ^3.0.1 3.0.1 3.0.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
cross_file - 0.3.4+1 0.3.4+1
csslib - 1.0.0 1.0.0
ffi - 2.1.2 2.1.2
ffmpeg_kit_flutter - 6.0.3 6.0.3
ffmpeg_kit_flutter_platform_interface - 0.2.1 0.2.1
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_plugin_android_lifecycle - 2.0.20 2.0.20
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.1.0
image_cropper_for_web - 3.0.0 5.0.4
image_cropper_platform_interface - 5.0.0 6.0.3
intl - 0.18.1 0.19.0
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path_provider_android - 2.2.6 2.2.6
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
transparent_image - 2.0.1 2.0.1
typed_data - 1.3.2 1.3.2
video_player_android - 2.5.0 2.5.0
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.1 2.3.1
web - 0.5.1 0.5.1
win32 - 5.5.1 5.5.1
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.0.1` on image_cropper does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions image_cropper 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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

24
likes
110
pub points
73%
popularity

Publisher

unverified uploader

This package is created using style of the WhatsApp story image/video editor, with which you can edit images and videos both together. You can add texts, stickers, freehand finger drawing, apply filter, and undo

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

file_picker, flutter, flutter_keyboard_visibility, font_awesome_flutter, hsv_color_pickers, image_cropper, material_design_icons_flutter, path, path_provider, perfect_freehand, vector_math, video_player, video_thumbnail, video_trimmer

More

Packages that depend on flutter_story_editor