Skip to content

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.

License

Notifications You must be signed in to change notification settings

ahmedtalal/html_response_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html_response_parser

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.


🚀 Features

✅ 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.


📦 Installation

Add this to your pubspec.yaml:

dependencies:
  html_response_parser: ^1.0.0

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages