flutter_dom_ui 0.0.1
flutter_dom_ui: ^0.0.1 copied to clipboard
A new universal Flutter Web Seo package.
flutter_dom_ui #
A Flutter UI utility package designed to improve SEO-friendliness and accessibility in web apps. Includes custom widgets like SeoScaffold, SeoAppBar,SeoCenter,SeoContainer,SeoListView, SeoColumn, SeoRow, SeoText,SeoTextField, SeoButton, SeoImage, SeoLink, — all optimized for the web and DOM manipulation.
✨ Features #
- 📦 SEO-friendly widgets (text, buttons, images, etc.)
- ⚡ Custom wrappers for
ListView,Column,Row,Container,Centerwith web enhancements - 🔗 Semantic links (
SeoLink) - 🔠 DOM-based text rendering (
SeoText) - 🧱 Scaffold and AppBar components (
SeoScaffold,SeoAppBar) - 🧪 Compatible with Flutter web + unit/widget testing
🚀 Getting Started #
1️⃣ Install #
Add this to your pubspec.yaml:
dependencies:
flutter_dom_ui: ^<latest_version>