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

A flutter package for editing video with fully customizable UI. Supports crop, trim, rotation and cover selection. Provides commands to run in order to export the video or cover.

45/ 160
pub points
16
downloads

We analyzed this package in the last hour, and awarded it 45 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

pubspec.yaml from the repository has no repository or homepage 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: video_editor_gold,
    • contains a version property, and,
    • does not contain a publish_to property.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

131 out of 182 API elements (72.0 %) have documentation comments.

Some symbols that are missing documentation: video_editor_gold, video_editor_gold.CoverExportFormat.CoverExportFormat.new, video_editor_gold.CoverExportFormat.jpg, video_editor_gold.CoverExportFormat.png, video_editor_gold.CoverExportFormat.webp.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:video_editor_gold/src/utils/thumbnails.dart'.

lib/src/widgets/cover/cover_selection.dart:6:8

  ╷
6 │ import 'package:video_editor_gold/src/utils/thumbnails.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: The method 'generateCoverThumbnails' isn't defined for the type '_CoverSelectionState'.

lib/src/widgets/cover/cover_selection.dart:99:57

   ╷
99 │   Stream<List<CoverData>> _generateCoverThumbnails() => generateCoverThumbnails(
   │                                                         ^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
path ^1.8.0 1.9.1 1.9.1
path_provider ^2.0.12 2.1.5 2.1.5
transparent_image ^2.0.1 2.0.1 2.0.1
video_player ^2.6.1 2.11.1 2.11.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
html - 0.15.6 0.15.6
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
native_toolchain_c - 0.17.6 0.17.6
objective_c - 9.3.0 9.3.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
video_player_android - 2.9.4 2.9.4
video_player_avfoundation - 2.9.4 2.9.4
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
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • URI_DOES_NOT_EXIST - lib/src/widgets/cover/cover_selection.dart:6:8 - Target of URI doesn't exist: 'package:video_editor_gold/src/utils/thumbnails.dart'.
  • UNDEFINED_METHOD - lib/src/widgets/cover/cover_selection.dart:99:57 - The method 'generateCoverThumbnails' isn't defined for the type '_CoverSelectionState'.
  • URI_DOES_NOT_EXIST - lib/src/widgets/trim/thumbnail_slider.dart:6:8 - Target of URI doesn't exist: 'package:video_editor_gold/src/utils/thumbnails.dart'.

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.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
45
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter package for editing video with fully customizable UI. Supports crop, trim, rotation and cover selection. Provides commands to run in order to export the video or cover.

License

MIT (license)

Dependencies

flutter, path, path_provider, transparent_image, video_player

More

Packages that depend on video_editor_gold