A Radio Plugin For Fltutter, having notification control, background music, and ICY metadata
Find a file
Bernard Joseph Jean Bruno c1dea1d3b8
Initial commit
Messing plugin, but hey people, I will get help....right ?
2019-08-18 18:14:47 +04:00
.gitignore Initial commit 2019-08-18 18:14:47 +04:00
.metadata Initial commit 2019-08-18 18:14:47 +04:00
.packages Initial commit 2019-08-18 18:14:47 +04:00
CHANGELOG.md Initial commit 2019-08-18 18:14:47 +04:00
flutter_radio.iml Initial commit 2019-08-18 18:14:47 +04:00
LICENSE Initial commit 2019-08-18 18:14:47 +04:00
pubspec.lock Initial commit 2019-08-18 18:14:47 +04:00
pubspec.yaml Initial commit 2019-08-18 18:14:47 +04:00
README.md Initial commit 2019-08-18 18:14:47 +04:00

flutter_radio

A new Flutter Radio plugin.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

To enable androidX in Flutter: Add to android/gradle.properties

android.enableJetifier=true
android.useAndroidX=true

To enable non HTTPS url add to: main/AndroidManifest.xml

android:usesCleartextTraffic="true"

inside

<application
 ...
 android:usesCleartextTraffic="true"
 ...