tv_channel_widget 0.0.1
tv_channel_widget: ^0.0.1 copied to clipboard
ChannelWidget is inspired by Amazon Prime / Jio Tv and fully developed in dart with ❤️ from scratch. Supports all the platfrom.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tv_channel_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tv_channel_widget: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tv_channel_widget/tv_channel_widget.dart';