Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 913 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 913 Bytes

Musiclick

YouTube mp3 download app. App language is currently Turkish.

Installation

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 to android/key.properties and fill it with your keystore information.
  • Then build again.