flutter_dom_ui 0.1.3
flutter_dom_ui: ^0.1.3 copied to clipboard
flutter_dom_ui is a new universal Flutter package for SEO-friendly and accessible in Flutter web app.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- UPDATE: updated the README.md file.
0.0.3 #
- UPDATE: updated the README.md file.
- ADD: added example & screenshot in README.md file
0.0.4 #
- UPDATE: updated the description on pubspec.yaml file.
- REMOVE: removed textScaleFactor from seo_text file because of it's depcrecated.
0.0.5 #
- UPDATE: updated the SeoAppBar widget. Addeed flexibleSpace on SeoAppBar
0.0.6 #
- ADD: Added new HTML DOM SeoSingleChildScrollView
0.0.7 #
- ADD: Added new HTML DOM SeoBottomNavigationBar which will show on html as
<nav></nav> - ADD: Added new HTML DOM SeoBottomNavigationBar on SeoScaffold & also added 'floatingActionButton', 'drawer', 'endDrawer'.
0.0.8 #
-ADD: Added new HTML DOM SeoFooter which will show on Flutter as Container & on html as <footer></footer>
0.0.9 #
- DOCUMENTATION: Added thorough documentation for all libraries, classes, functions, and API elements to improve code readability and maintainability.
0.1.0 #
- ADD: Added new HTML DOM SeoGridView which renders a Flutter GridView while injecting a semantic
<div>with CSS Grid for SEO in Flutter Web.
0.1.1 #
- Added SeoSizedBox for spacing and layout control.
- Added SeoConstrainedBox to manage widget constraints effectively.
0.1.2 #
- Made SeoContainer clickable for better interactivity.
- Made SeoImage clickable to support user actions.
- Made SeoText clickable to enable tap responses.
0.1.3 #
- Added SeoPadding: A padding widget that injects semantic HTML with padding for SEO on Web.
- Added SeoWrap: A wrap widget that uses CSS flex-wrap in injected HTML for better SEO semantics.
- Added SeoCard: (Assuming a card widget similar to others, injects HTML structure for SEO).
- Added SeoChoicechip: ChoiceChip widget that injects a semantic HTML