flutter_media_streamer 1.0.2 copy "flutter_media_streamer: ^1.0.2" to clipboard
flutter_media_streamer: ^1.0.2 copied to clipboard

A Flutter plugin for streaming Media on iOS and Android. Reads Images metadata from the Platform's Gallery as a dart Stream Resizes and gets the images you want or makes Thumbnails

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_media_streamer

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

dependencies:
  flutter_media_streamer: ^1.0.2

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:flutter_media_streamer/flutter_media_streamer.dart';
2
likes
40
pub points
0%
popularity

Publisher

verified publisherguyor.net

A Flutter plugin for streaming Media on iOS and Android. Reads Images metadata from the Platform's Gallery as a dart Stream Resizes and gets the images you want or makes Thumbnails

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

built_collection, built_value, flutter

More

Packages that depend on flutter_media_streamer