fz_trimmer 0.0.6 copy "fz_trimmer: ^0.0.6" to clipboard
fz_trimmer: ^0.0.6 copied to clipboard

A video trimmer plugin for Flutter that allows users to trim and edit videos on both iOS and Android.

100/ 160
pub points
17
downloads

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

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

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

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: fz_trimmer.

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: fz_trimmer,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Failed check 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.

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

73 out of 239 API elements (30.5 %) have documentation comments.

Some symbols that are missing documentation: app_theme, app_theme.AppTheme, app_theme.AppTheme.AppTheme.new, app_theme.AppTheme.getFontFamily, app_theme.AppTheme.getTextStyle.

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:fz_trimmer/core/utils/trimmer_utils.dart that imports:
  • package:video_thumbnail/video_thumbnail.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:fz_trimmer/core/utils/trimmer_utils.dart that imports:
  • package:video_thumbnail/video_thumbnail.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:fz_trimmer/core/utils/trimmer_utils.dart that imports:
  • package:video_thumbnail/video_thumbnail.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:fz_trimmer/core/utils/trimmer_utils.dart that imports:
  • package:video_thumbnail/video_thumbnail.dart that declares support for platforms: Android, iOS.
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

INFO: 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre.

lib/config/theme/app_theme.dart:17:9

   ╷
17 │         color: ColorSchemes.white,
   │         ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/config/theme/app_theme.dart

Failed report section
Support up-to-date dependencies
10 / 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
cupertino_icons ^1.0.6 1.0.8 1.0.8
flutter_native_video_trimmer ^1.0.0 1.1.9 1.1.9
image ^4.0.17 4.7.2 4.7.2
intl ^0.18.1 0.18.1 0.20.2
path ^1.8.3 1.9.1 1.9.1
path_provider ^2.0.15 2.1.5 2.1.5
transparent_image ^2.0.0 2.0.1 2.0.1
video_player ^2.6.0 2.10.1 2.10.1
video_thumbnail ^0.5.3 0.5.6 0.5.6
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
ffi - 2.1.5 2.1.5
html - 0.15.6 0.15.6
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
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
xdg_directories - 1.1.0 1.1.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.18.1` on intl does not support the stable version `0.19.0`.

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

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 2 errors:

  • URI_DOES_NOT_EXIST - lib/flutter_video_trimmer.dart:9:8 - Target of URI doesn't exist: 'package:flutter_native_video_trimmer/flutter_native_video_trimmer.dart'.
  • UNDEFINED_METHOD - lib/flutter_video_trimmer.dart:18:25 - The method 'VideoTrimmer' isn't defined for the type 'FlutterVideoTrimmer'.

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
9
likes
100
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A video trimmer plugin for Flutter that allows users to trim and edit videos on both iOS and Android.

Documentation

API reference

License

unknown (license)

Dependencies

cupertino_icons, flutter, flutter_native_video_trimmer, image, intl, path, path_provider, transparent_image, video_player, video_thumbnail

More

Packages that depend on fz_trimmer