A Telegram android version, written on Flutter & Dart.
With using TDlib and MTProto
This project is a starting point for a Flutter application.
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.
Note
For start confirm flutter instalation on your machine.
$ git clone https://github.com/denver-code/ftelegram
$ cd ftelegram
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter run lib/main.dart
Note
For start confirm flutter instalation on your machine.
$ git clone https://github.com/denver-code/ftelegram
$ cd ftelegram
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter build apk --split-per-abi
This commands results in three APK files:
[project]/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
[project]/build/app/outputs/apk/release/app-arm64-v8a-release.apk
[project]/build/app/outputs/apk/release/app-x86_64-release.apk
TDLib - https://github.com/i-Naji/tdlib Flutter - https://github.com/flutter/flutter Dart - https://dart.dev/