Initial commit
This commit is contained in:
commit
ed087bc583
123 changed files with 10390 additions and 0 deletions
39
README.md
Normal file
39
README.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# freezer
|
||||
|
||||
A music streaming app written from scratch, which uses Deezer as backend.
|
||||
This app is still in BETA, so it is missing features and contains bugs.
|
||||
If you want to report bug or request feature, please open an issue.
|
||||
|
||||
## Downloads:
|
||||
Under releases tab
|
||||
**You might get Play Protect warning - just select install anyway or disable Play Protect** - it is because the keys used for signing this app are new.
|
||||
|
||||
## Compile from source
|
||||
|
||||
Install flutter SDK: https://flutter.dev/docs/get-started/install
|
||||
(Optional) Generate keys for release build: https://flutter.dev/docs/deployment/android
|
||||
Compile:
|
||||
```
|
||||
flutter pub get
|
||||
flutter build apk
|
||||
```
|
||||
|
||||
## just_audio
|
||||
This app depends on modified just_audio plugin with Deezer support. Repo: https://notabug.org/exttex/just_audio
|
||||
|
||||
|
||||
## Disclaimer
|
||||
```
|
||||
Freezer was not developed for piracy, but educational and private usage.
|
||||
It may be illegal to use this in your country!
|
||||
I am not responsible in any way for the usage of this app.
|
||||
```
|
||||
|
||||
## Credits
|
||||
Tobs: Beta tester
|
||||
Deemix: https://notabug.org/RemixDev/deemix
|
||||
just_audio: https://github.com/ryanheise/just_audio
|
||||
|
||||
## Support me
|
||||
BTC: `14hcr4PGbgqeXd3SoXY9QyJFNpyurgrL9y`
|
||||
ETH: `0xb4D1893195404E1F4b45e5BDA77F202Ac4012288`
|
||||
Loading…
Add table
Add a link
Reference in a new issue