flutter_dom_ui 0.0.2 copy "flutter_dom_ui: ^0.0.2" to clipboard
flutter_dom_ui: ^0.0.2 copied to clipboard

A new universal Flutter Web Seo package.

flutter_dom_ui #

pub package License: BSD-3-Clause

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, Center with 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>

2️⃣ Import the package #

In your Dart/Flutter file, import the package:

import 'package:flutter_dom_ui/flutter_dom_ui.dart';

🌐 Example Website #

Check out the live demo and example usage at:

https://flutterdomui.netlify.app/
2
likes
0
points
46
downloads

Publisher

verified publishercrealick.com

Weekly Downloads

A new universal Flutter Web Seo package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on flutter_dom_ui