log_webhook 0.0.10
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
Send log to webhook
Log Webhook
Create new link webhook
- Go to https://webhook.site/
- Create new webhook
- Copy link
Usage
- Set your webhook url in main.dart
LogWebhook.setUrl('<YOUR_WEBHOOK_URL>');
- Use sendLog in your code
LogWebhook.sendLog('Hello');