feed_player 0.0.1
feed_player: ^0.0.1 copied to clipboard
A reusable Flutter SDK for building and playing a media feed (video-first) with clean architecture and a minimal public API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add feed_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
feed_player: ^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:feed_player/feed_player.dart';