This is deezer app writing with dart and flutter with api of deezer.
- Top artist, musics, playLists
- Search artist, musics
- Play preview of musics
└─lib
├─constants/
├─data/
│ ├─models/
│ └─repositores/
├─logic/
│ ├─bloc_providers/
│ ├─blocs/
│ ├─cubits/
│ └─logics.dart
├─utilities/
├─view/
│ ├─config/
│ ├─screens/
│ └─widgets/
└─main.dart
Clone this repo with git:
git@github.com:ayoubrajabi/deezer-flutter.git
in command line:
flutter build apk
for more information about build the app for adndroid :
Build and release an Android app