streaming_radio_flutter_plugin 3.0.2
streaming_radio_flutter_plugin: ^3.0.2 copied to clipboard
This is a simple radio streaming plugin, with notification in foreground.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add streaming_radio_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
streaming_radio_flutter_plugin: ^3.0.2Alternatively, 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:streaming_radio_flutter_plugin/streaming_radio_flutter_plugin.dart';