gify 1.0.9 copy "gify: ^1.0.9" to clipboard
gify: ^1.0.9 copied to clipboard

Make GIF with video and images, control speed with fps, set size when create GIF

9
likes
130/ 160
pub points
47
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

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

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

OUT: Documenting gify... Discovering libraries... Linking elements... Precaching local docs for 851478 elements... Initialized dartdoc with 931 libraries Generating docs for library native/gif_repository_native.dart from package:gify/native/gif_repository_native.dart... Generating docs for library native/video_repository_native.dart from package:gify/native/video_repository_native.dart... Generating docs for library gify_web.dart from package:gify/gify_web.dart... Generating docs for library gify.dart from package:gify/gify.dart... Generating docs for library gify_method_channel.dart from package:gify/gify_method_channel.dart... [10 more lines] ERR: warning: gif_repository_web_function has no library level documentation comments from gif_repository_web_function: (file:///tmp/pana_YSBBRK/lib/web/gif_repository_web_function.dart:1:1) warning: video_repository_web_worker has no library level documentation comments from video_repository_web_worker: (file:///tmp/pana_YSBBRK/lib/web/video_repository_web_frame_worker.dart:1:1) warning: gif_repository_web_worker has no library level documentation comments from gif_repository_web_worker: (file:///tmp/pana_YSBBRK/lib/web/gif_repository_web_images_worker.dart:1:1) warning: gif_repository_web_worker has no library level documentation comments from gif_repository_web_worker: (file:///tmp/pana_YSBBRK/lib/web/gif_repository_web_video_worker.dart:1:1) error: file already written at "gif_repository_web_worker/index.html" for symbol gif_repository_web_worker: (file:///tmp/pana_YSBBRK/lib/web/gif_repository_web_video_worker.dart:1:1) [32 more lines]

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:gify/gify.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

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

Because:

  • package:gify/gify.dart that declares support for platforms: Android, iOS, Web.

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

Package does not support platform `Web`.

Because:

  • package:gify/gify.dart that imports:
  • package:gify/gify_native.dart that imports:
  • package:gify/native/video_repository_native.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:gify/gify.dart that imports:
  • package:gify/gify_native.dart that imports:
  • package:gify/native/video_repository_native.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

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

INFO: 'alpha' is deprecated and shouldn't be used. Use .a.

lib/gify_text_message.dart:41:40

   ╷
41 │               '${_generateAlpha(alpha: alpha, withAlpha: withAlpha)}'
   │                                        ^^^^^
   ╵

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

INFO: 'red' is deprecated and shouldn't be used. Use .r.

lib/gify_text_message.dart:42:18

   ╷
42 │               '${red.toRadixString(16).padLeft(2, '0')}'
   │                  ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/gify_text_message.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
cross_file ^0.3.3+2 0.3.4+2 0.3.4+2
ffmpeg_kit_flutter_full ^5.1.0 5.1.0 6.0.3
js ^0.6.4 0.6.7 0.7.2 Discontinued
path_provider ^2.0.11 2.1.5 2.1.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
universal_html ^2.0.8 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
ffmpeg_kit_flutter_platform_interface - 0.2.1 0.2.1
html - 0.15.5+1 0.15.5+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
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
platform - 3.1.6 3.1.6
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 3 issues. Showing the first 2:

The constraint `^5.1.0` on ffmpeg_kit_flutter_full does not support the stable version `6.0.0`.

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

The constraint `^0.6.4` on js does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions js 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
9
likes
130
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Make GIF with video and images, control speed with fps, set size when create GIF

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cross_file, ffmpeg_kit_flutter_full, flutter, flutter_web_plugins, js, path_provider, plugin_platform_interface, universal_html

More

Packages that depend on gify