Installation
Installing Televerse is straightforward and can be done as you might install any dependency for your Dart/Flutter project.
Dart
Add Televerse to your Dart project using the following command:
sh
$ dart pub add televerseFlutter
If you're working with Flutter, use the following command:
sh
$ flutter pub add televerseDirectly in pubspec.yaml
Alternatively, you can add it directly to your pubspec.yaml file:
yaml
dependencies:
televerse: <latest>And that's it! You're ready to start building amazing Telegram bots with Televerse.