A lightweight and smart package to handle HTML API responses in Flutter.
It helps developers extract and parse HTML content returned from APIs easily — without dealing manually with raw HTML strings.
✅ Parse HTML response safely.
✅ Extract elements like forms, inputs, buttons, and links.
✅ Detect and handle HTML-based error pages (404, 500, etc).
✅ Ideal for APIs or authentication endpoints that return HTML instead of JSON.
Add this to your pubspec.yaml
:
dependencies:
html_response_parser: ^1.0.0