bot_interceptor 0.0.4 copy "bot_interceptor: ^0.0.4" to clipboard
bot_interceptor: ^0.0.4 copied to clipboard

outdated

Fighttech Flutter Bot Interceptor

bot_interceptor #

Fighttech Flutter Image Widget

Features #

  • ✅ Support Telegram bot
  • ❌ Slack bot restful API

Example #

Dio(BaseOptions(baseUrl: baseUrl))
     ..interceptors.add(LoggerInterceptor())
     ..interceptors.add(
       TelegramInterceptor(
         chatId: <chat_id: int>,
         token: <token: string>,
         projectId: <project_id>,
       ),
     ),
     );
  
5
likes
0
pub points
30%
popularity

Publisher

unverified uploader

Fighttech Flutter Bot Interceptor

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_telegram_bot, dio, flutter, uuid

More

Packages that depend on bot_interceptor