feed_player 0.0.1 copy "feed_player: ^0.0.1" to clipboard
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_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  feed_player: ^0.0.1

Alternatively, 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';
4
likes
150
points
91
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter SDK for building and playing a media feed (video-first) with clean architecture and a minimal public API.

Homepage

License

unknown (license)

Dependencies

flutter, http, media_kit, media_kit_libs_video, media_kit_video

More

Packages that depend on feed_player