Hello there, I tried to write clone of telegram in this application. I will prepare the whole design of telegram and present it to the public, you can have it develop it by cloning it. if you want to create your own telegram i would like you to take a look at tdlib i hope it will be useful application for you
gh repo clone ofarukbicer/telegram-clone
or git clone https://github.com/ofarukbicer/telegram-clone.git
Set the android:label="Telegram"
line, which is the 5th line
in the @/android/app/src/AndroidManifest.xml
, according to you.
To change the application icon, first go to the link, then design an icon for yourself and click the download button in the upper right corner to download a zip file. Copy all the folders named res/mipmap-*
in the zip file and paste it in @/android/app/src/res
and select replace all that's it
To change the app ID, first change line 37
in @/android/app/build.gradle
to com.yourname.app-name
or com.app-name
.
- Starting android/ios emulator
flutter run apk
orflutter run ios
- you are ready :)
flutter build apk
orflutter build ios
- Your apk file is ready in the
@/build/app/outputs/apk/release/app-release.apk
location - Sorry i have never done a build for ios so i don't know where it saved it
Happy hacking :)
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.