YouTube mp3 download app. App language is currently Turkish.
Use this command to get server code: git submodule update --init --recursive
Server Readme
Then edit the server line at lib/pages/home_page.dart:27
To run;
flutter run android # or ios
To build;
flutter build apk # or whatever for ios is...
To signed build;
- Generate a keystore first:
keytool -genkey -v -keystore my-release-key.jks -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
- Rename
android/key-example.properties
file toandroid/key.properties
and fill it with your keystore information. - Then build again.