flutter_video_trimmer_ios_android 4.0.4 copy "flutter_video_trimmer_ios_android: ^4.0.4" to clipboard
flutter_video_trimmer_ios_android: ^4.0.4 copied to clipboard

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

8
likes
50/ 160
pub points
92
downloads

We analyzed this package 12 hours ago, and awarded it 50 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.

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

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

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.

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

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.

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

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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 3 issues. Showing the first 2:

ERROR: The named parameter 'toggleableActiveColor' isn't defined.

lib/config/theme/app_theme.dart:15:7

   ╷
15 │       toggleableActiveColor: ColorSchemes.primary,
   │       ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

lib/presentation/widgets/scroll_trimmer_widget.dart:394:41

    ╷
394 │                       color: Colors.red.withOpacity(0.6),
    │                                         ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/presentation/widgets/scroll_trimmer_widget.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.5.4 4.5.4
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.0 2.10.0
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.6 3.0.6
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
html - 0.15.6 0.15.6
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.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 - 6.1.0 7.0.0
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.1.4 2.2.0
video_player_android - 2.8.7 2.8.7
video_player_avfoundation - 2.7.1 2.7.1
video_player_platform_interface - 6.3.0 6.3.0
video_player_web - 2.3.5 2.3.5
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.6.0

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

  • UNDEFINED_NAMED_PARAMETER - lib/config/theme/app_theme.dart:15:7 - The named parameter 'toggleableActiveColor' isn't defined.
  • 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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
50
points
92
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 flutter_video_trimmer_ios_android