Skip to content

A demo music player to stream music in flutter and firebase

Notifications You must be signed in to change notification settings

itsAkshatG13/stream_music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audiobook_Demo

Contents

Pubs Used

just_audio: ^0.9.27

just_audio_background: ^0.0.1-beta.7

http: ^0.13.4

firebase_core: ^1.18.0

cloud_firestore: ^3.1.18

flutter_bloc: ^8.0.1

equatable: ^2.0.3

bloc_concurrency: ^0.2.0

stream_transform: ^2.0.0

audio_video_progress_bar: ^0.10.0

Directory Structure

lib
|-- bloc
|    |-- music_bloc
|            |-- music_bloc.dart
|            |-- music_state.dart
|            |-- music_event.dart
|     |-- player_bloc
|            |-- player_bloc.dart
|            |-- player_state.dart
|            |-- player_event.dart
|-- models
|    |-- song_model.dart
|-- views
|    |-- homepage.dart
|    |-- player_screen.dart
|    |-- navbar_home.dart
|-- utilities
|    |-- firebase_utils.dart
|    |-- player_methods.dart
|-- styles
|    |-- colors.dart
|    |-- icons.dart

About

A demo music player to stream music in flutter and firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages