multi_asset_player 0.0.1
multi_asset_player: ^0.0.1 copied to clipboard
A Flutter widget for presenting images, documents, media, HTML, text, and JSON from assets or URLs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multi_asset_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multi_asset_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:multi_asset_player/multi_asset_player.dart';