azul_video_editor 0.0.2 copy "azul_video_editor: ^0.0.2" to clipboard
azul_video_editor: ^0.0.2 copied to clipboard

A lightweight Flutter plugin for video editing without FFmpeg dependency. Trim, merge, adjust speed and more on Android & iOS.

140/ 160
pub points
19
downloads

We analyzed this package 21 hours ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Funding URL doesn't exist.

At the time of the analysis https://buymeacoffee.com/moaddevlop9 was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

27 out of 30 API elements (90.0 %) have documentation comments.

Some symbols that are missing documentation: azul_video_editor, azul_video_editor.AzulEditorOptions.AzulEditorOptions.new, azul_video_editor.AzulVideoEditor.AzulVideoEditor.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:flutter_video_thumbnail_plus/flutter_video_thumbnail_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:flutter_video_thumbnail_plus/flutter_video_thumbnail_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:flutter_video_thumbnail_plus/flutter_video_thumbnail_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:dbus/dbus.dart that declares support for platforms: Windows, Linux.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:azul_video_editor/azul_video_editor.dart that imports:
  • package:azul_video_editor/src/azul_video_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: 'allowCompression' is deprecated and shouldn't be used. allowCompression is deprecated and has no effect. Use compressionQuality instead.

lib/src/azul_video_editor.dart:110:7

    ╷
110 │       allowCompression: false,
    │       ^^^^^^^^^^^^^^^^
    ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/azul_video_editor.dart:504:48

    ╷
504 │             color: widget.options.primaryColor.withOpacity(0.5),
    │                                                ^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
easy_video_editor ^0.0.5 0.0.9 0.1.3
file_picker ^10.1.1 10.3.8 10.3.8
flutter_video_thumbnail_plus ^1.0.5 1.0.5 1.0.5
video_player ^2.9.5 2.10.1 2.10.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+1 0.3.5+1
csslib - 1.0.2 1.0.2
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
html - 0.15.6 0.15.6
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.2.0 2.2.0
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.8.8 2.8.8
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
xml - 6.6.1 6.6.1

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

The constraint `^0.0.5` on easy_video_editor does not support the stable version `0.1.0`.

Try running dart pub upgrade --major-versions easy_video_editor to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter plugin for video editing without FFmpeg dependency. Trim, merge, adjust speed and more on Android & iOS.

Repository (GitHub)
View/report issues

Topics

#video-editor #video-processing #video-trimming #video-compression #video-cropping

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

easy_video_editor, file_picker, flutter, flutter_video_thumbnail_plus, video_player

More

Packages that depend on azul_video_editor