telegram_ios_ui_kit 2.25.0
telegram_ios_ui_kit: ^2.25.0 copied to clipboard
Telegram iOS-style Flutter UI Kit with theme tokens, chat widgets, settings cells, and ready-to-run examples.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telegram_ios_ui_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
telegram_ios_ui_kit: ^2.25.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:telegram_ios_ui_kit/telegram_ios_ui_kit.dart';