Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ const VolumeInfo({required double volume, required bool isMuted});

## Example

![Example Player](example_player.png)
<p align="center">
<img src="example_player.png" alt="Example Player" width="300" />
</p>

See the [example app](example/) for a complete implementation.

Expand Down
27 changes: 17 additions & 10 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# flutter_radio_player_example
# Flutter Radio Player - Example

Demonstrates how to use the flutter_radio_player plugin.
A demo app showcasing the [flutter_radio_player](https://pub.dev/packages/flutter_radio_player) plugin with multiple radio stations, playback controls, and volume management.

## Getting Started
<p align="center">
<img src="../example_player.png" alt="Example Player" width="300" />
</p>

This project is a starting point for a Flutter application.
## Running

A few resources to get you started if this is your first Flutter project:
```bash
cd example
flutter pub get
flutter run
```

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
## Features Demonstrated

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
- Initializing the player with multiple radio sources
- Play, pause, next, and previous controls
- Volume slider with real-time updates
- ICY/stream metadata display
- Station list with active station indicator
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: flutter_radio_player_workspace
description: Monorepo workspace for flutter_radio_player packages.
publish_to: 'none'
version: 4.0.0
homepage: https://github.com/Sithira/FlutterRadioPlayer
repository: https://github.com/Sithira/FlutterRadioPlayer
Expand Down