Last updated:
0 purchases
fwfh chewie
ChewieFactory #
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.8
copied to clipboard
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 {
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.