Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 527 Bytes

tdlib_dart - FluGram

or Telegram on Flutter

Getting Started

This project is based on tdlib and currently supports only Android. libtdjson.so for arm, arm64 and x86 arch has been pre-built.

To build for Android: Setup flutter, download ndk-bundle from Android sdk manager

git clone https://github.com/triedcatched/tdlib-dart.git
cd tdlib-dart
flutter run

To create Android APK

flutter build apk --release --target-platform android-arm
flutter build apk --release --target-platform android-arm64