2020-06-23 19:23:12 +00:00
# freezer
2020-07-18 21:45:48 +00:00
Free, unlimited, without DRM music streaming app, which uses Deezer as backend.
2020-06-23 19:23:12 +00:00
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:
2020-11-20 20:02:03 +00:00
Downloads are currently distributed in [Telegram channel ](https://t.me/freezereleases ) and the [Freezer website ](https://www.freezer.life/ )
2020-09-18 17:36:41 +00:00
**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.
**App not installed** error - try different version (arm32/64) or uninstall old version.
2020-06-23 19:23:12 +00:00
## 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
2020-09-18 17:36:41 +00:00
Download source:
```
2020-11-20 20:02:03 +00:00
git clone https://git.rip/freezer/freezer
2020-09-18 17:36:41 +00:00
git submodule init
git submodule update
```
2020-06-23 19:23:12 +00:00
Compile:
```
flutter pub get
flutter build apk
2020-10-09 18:52:45 +00:00
```
NOTE: You have to use own keys, or build debug using `flutter build apk --debug`
2020-06-23 19:23:12 +00:00
2020-11-20 20:02:03 +00:00
## Links
Telegram group: https://t.me/freezerandroid
Discord server: https://discord.gg/7ap654Tp3z
2020-06-25 18:53:58 +00:00
## Credits
2020-11-20 20:02:03 +00:00
**Tobs**: Beta tester
**Xandar**: Community manager, helper, tester
**Bas Curtiz**: Icon, Logo, Banner, Design suggestions
**Deemix**: https://git.rip/RemixDev/deemix/
**Annexhack**: Android Auto help and resources
2020-09-18 17:36:41 +00:00
2020-11-20 20:02:03 +00:00
**Huge thanks to all the Crowdin translators and all the contributors to this project < 3 * *
2020-09-18 17:36:41 +00:00
### just_audio, audio_service
This app depends on modified just_audio and audio_service plugins with Deezer support.
Both plugins were originally written by ryanheise, all credits to him.
Forked versions for Freezer:
2020-11-20 20:02:03 +00:00
https://git.rip/freezer/just_audio
https://git.rip/freezer/audio_service
2020-07-18 21:45:48 +00:00
## Support me
BTC: `14hcr4PGbgqeXd3SoXY9QyJFNpyurgrL9y`
ETH: `0xb4D1893195404E1F4b45e5BDA77F202Ac4012288`
2020-06-23 19:23:12 +00:00
## 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.
2020-11-20 09:13:48 +00:00
```