tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Using tdlib with flutter #2349

Closed wassmtg closed 1 year ago

wassmtg commented 1 year ago

Hi everyone Just want someone to tell me how to work with tdlib in flutter And thanks a lot.

levlam commented 1 year ago

See https://github.com/tdlib/td/tree/master/example#dart.

wassmtg commented 1 year ago

What should i do next?

levlam commented 1 year ago

The link contains a lot of examples and even TDLib-based apps made with Flutter.

wassmtg commented 1 year ago

What i want to say that this repo doesn't look like a flutter files

levlam commented 1 year ago

There are a lot of examples available there and they definitely contain a lot of "flutter files".

wassmtg commented 1 year ago

I'm a little bit confused I didn't find them

levlam commented 1 year ago

See https://github.com/tdlib/td/tree/master/example#dart.

wassmtg commented 1 year ago

Those plugins didn't work for me. Do you know how to build my own plugin?

levlam commented 1 year ago

They are mostly wrappers, which allow you to access TDLib from Flutter. You can easily write your own, but any of the existing wrappers should work. Also, you can find there two links to being developed Telegram apps in Flutter.