mirror of
https://github.com/eznix86/FlutterRadio.git
synced 2026-07-25 21:09:02 +00:00
A Radio Plugin For Fltutter, having notification control, background music, and ICY metadata
|
|
||
|---|---|---|
| .gitignore | ||
| .metadata | ||
| .packages | ||
| CHANGELOG.md | ||
| flutter_radio.iml | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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"
...