fwfh_chewie 0.14.7 copy "fwfh_chewie: ^0.14.7" to clipboard
fwfh_chewie: ^0.14.7 copied to clipboard

WidgetFactory extension to render VIDEO with the chewie plugin.

ChewieFactory #

Flutter codecov Pub

WidgetFactory extension to render VIDEO with the chewie plugin. This is a companion add-on for flutter_widget_from_html_core package.

Live demo: https://demo.fwfh.dev/#/video

Getting Started #

Add this to your app's pubspec.yaml file:

dependencies:
  flutter_widget_from_html_core: any
  fwfh_chewie: ^0.14.7

Usage #

Then use HtmlWidget with a custom factory:

import 'package:flutter_widget_from_html_core/flutter_widget_from_html_core.dart';
import 'package:fwfh_chewie/fwfh_chewie.dart';

// ...

HtmlWidget(
  html,
  factoryBuilder: () => MyWidgetFactory(),
)

// ...

class MyWidgetFactory extends WidgetFactory with ChewieFactory {
}
9
likes
140
pub points
92%
popularity

Publisher

verified publisherdaohoangson.com

WidgetFactory extension to render VIDEO with the chewie plugin.

Repository (GitHub)
View/report issues

Topics

#video #fwfh

Documentation

API reference

Funding

Consider supporting this project:

patreon.com
buymeacoffee.com

License

MIT (LICENSE)

Dependencies

chewie, flutter, flutter_widget_from_html_core, video_player

More

Packages that depend on fwfh_chewie