fluttersdk_wind 1.0.0-alpha.3 copy "fluttersdk_wind: ^1.0.0-alpha.3" to clipboard
fluttersdk_wind: ^1.0.0-alpha.3 copied to clipboard

Utility-first styling framework for Flutter inspired by Tailwind CSS. Build UIs with WDiv, WText, WButton using intuitive className syntax.

Changelog #

All notable changes to this project will be documented in this file.

This project follows Semantic Versioning 2.0.0.


1.0.0-alpha.2 - 2026-02-05 #

📦 Package Improvements #

  • Description: Shortened package description to comply with pub.dev 180-character limit
  • Publishing: Enhanced pub.dev compatibility and package metadata

1.0.0-alpha.1 - 2026-02-05 #

🎉 First Alpha Release #

Wind v1.0.0-alpha.1 is the first public preview of the complete architectural rewrite. This release focuses on code quality, CI/CD infrastructure, and a solid foundation for v1 stable.

✨ Core Features #

Widgets:

  • WDiv - Utility-first container (flex, grid, wrap, overflow)
  • WText - Typography with cascading styles
  • WInput / WFormInput - Form inputs with validation
  • WButton - Interactive button with loading states
  • WCheckbox / WFormCheckbox - Styled checkboxes
  • WSelect / WFormSelect / WFormMultiSelect - Dropdowns with search & tagging
  • WDatePicker / WFormDatePicker - Calendar date picker
  • WPopover - Overlay positioning system
  • WIcon, WImage, WSvg, WSpacer - Media & spacing
  • WAnchor - State management for hover/focus/custom states
  • WKeyboardActions - iOS keyboard toolbar

Utility Classes:

  • Layout: flex, grid, wrap, gap-*, sizing, spacing
  • Typography: text-*, font-*, uppercase, underline
  • Colors: bg-*, text-*, border-* with opacity modifiers
  • Effects: shadow-*, opacity-*, ring-*, rounded-*
  • States: hover:, focus:, disabled:, loading:, custom states
  • Responsive: sm:, md:, lg:, xl:, 2xl:
  • Platform: ios:, android:, web:, mobile:
  • Dark Mode: dark: prefix support

Theme System:

  • WindTheme / WindThemeData - Customizable design tokens
  • Runtime theme toggling
  • Tailwind-compatible color palette

🔧 Quality & Infrastructure #

  • Zero Analyzer Issues: Full flutter_lints 5.0.0 compliance
  • 835 Tests Passing: Comprehensive coverage
  • CI/CD: GitHub Actions with OIDC publishing
  • Flutter 3.29+: Latest stable APIs

📦 Dependencies #

  • flutter_svg: ^2.0.0 - SVG rendering
  • keyboard_actions: ^4.2.1 - iOS keyboard management
  • flutter_lints: ^5.0.0 - Code quality

⚠️ Breaking Changes #

Complete rewrite from v0. Migration requires updating all widget names and class syntax.

📚 Documentation #


Previous Versions #

See full changelog for alpha.9 through 0.0.1 release notes.

3
likes
140
points
167
downloads

Publisher

verified publisherfluttersdk.com

Weekly Downloads

Utility-first styling framework for Flutter inspired by Tailwind CSS. Build UIs with WDiv, WText, WButton using intuitive className syntax.

Topics

#ui #widget #tailwind #utility-first #styling

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, keyboard_actions

More

Packages that depend on fluttersdk_wind