bot_interceptor 0.0.4 bot_interceptor: ^0.0.4 copied to clipboard
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>,
),
),
);