video_thumbnail icon indicating copy to clipboard operation
video_thumbnail copied to clipboard

web implementation

Open maRci002 opened this issue 1 year ago • 0 comments

closes #14

The scaling functionality behaves similarly to Android's scales. However, I can update the algorithm to use cropping if both maxWidth and maxHeight are present to match the behavior of iOS.

Running example on the web:

https://user-images.githubusercontent.com/8436039/229614851-24258011-d3ca-4594-b236-d622c5c8b11a.mp4

I have tested it with video_editor package:

https://user-images.githubusercontent.com/8436039/229935809-2f146b7e-fe0a-4b50-99bc-a78ee63266a0.mp4

I have updated the plugin to use an endorsed federated plugin. You can find more information on this at https://medium.com/flutter/how-to-write-a-flutter-web-plugin-part-2-afdddb69ece6

As for publishing, here are the steps:

  • Ensure that the PR can be approved.
  • Remove the local path from pubspec.yaml. (I will update the PR.)
  • Merge the PR.
  • Publish the video_thumbnail_platform_interface as a new package.
  • Publish the video_thumbnail_web as a new package.
  • Release the new version of the video_thumbnail package.

maRci002 avatar Apr 03 '23 20:04 maRci002