gify 1.0.9
gify: ^1.0.9 copied to clipboard
Make GIF with video and images, control speed with fps, set size when create GIF
We analyzed this package 6 days ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting gify... Discovering libraries... Linking elements... Precaching local docs for 935333 elements... Initialized dartdoc with 957 libraries Generating docs for library gify.dart from package:gify/gify.dart... Generating docs for library gify_native.dart from package:gify/gify_native.dart... Generating docs for library gify_platform_interface.dart from package:gify/gify_platform_interface.dart... Generating docs for library gify_method_channel.dart from package:gify/gify_method_channel.dart... Generating docs for library native/gif_repository_native.dart from package:gify/native/gif_repository_native.dart... [10 more lines] ERR: warning: unresolved doc reference [HelloPluginPlatform] from gify_native.GifyNative.registerWith: (file:///tmp/pana_KONSGM/lib/gify_native.dart:13:15) warning: gif_repository_web_worker has no library level documentation comments from gif_repository_web_worker: (file:///tmp/pana_KONSGM/lib/web/gif_repository_web_images_worker.dart:1:1) warning: video_repository_web_function has no library level documentation comments from video_repository_web_function: (file:///tmp/pana_KONSGM/lib/web/video_repository_web_function.dart:1:1) warning: gif_repository_web_function has no library level documentation comments from gif_repository_web_function: (file:///tmp/pana_KONSGM/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_KONSGM/lib/web/video_repository_web_frame_worker.dart:1:1) [32 more lines]
10/10 points: Package has an example
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.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:gify/gify.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:gify/gify.dartthat 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.dartthat imports:package:gify/gify_native.dartthat imports:package:gify/native/video_repository_native.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
ERROR: The function 'allowInterop' isn't defined.
lib/web/gif_repository_web_images_worker.dart:45:20
╷
45 │ universal_js.allowInterop((results) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web/gif_repository_web_images_worker.dart
ERROR: The function 'allowInterop' isn't defined.
lib/web/gif_repository_web_video_worker.dart:42:20
╷
42 │ universal_js.allowInterop((results) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web/gif_repository_web_video_worker.dart
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.5+1 | 0.3.5+1 | |
ffmpeg_kit_flutter_full |
^5.1.0 |
5.1.0 | 6.0.3 | Discontinued |
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.3.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
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.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 | |
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 | |
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.3.1 | 2.3.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_FUNCTION-lib/web/gif_repository_web_images_worker.dart:45:20- The function 'allowInterop' isn't defined.UNDEFINED_FUNCTION-lib/web/gif_repository_web_video_worker.dart:42:20- The function 'allowInterop' isn't defined.UNDEFINED_FUNCTION-lib/web/video_repository_web_frame_worker.dart:32:48- The function 'allowInterop' isn't defined.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.