Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@aks5686 aks5686 released this 29 Jul 20:50
· 13 commits to main since this release

flutter_ui_library v1.0.0

Production-ready Flutter component library for Android, iOS, macOS and Web.

Components

  • Buttons: PrimaryButton, SecondaryButton, DestructiveButton, GhostButton, IconButton
  • Inputs: TextInput (with character counter), SecureInput
  • Feedback: LoadingView, EmptyStateView, ToastView
  • Cards: CardView
  • Badges: Badge
  • Navigation: BackButton

Design Tokens

Semantic tokens for colors, typography, spacing and border radius — fully Dark Mode ready via ThemeExtension.

Requirements

  • Flutter 3.10+
  • Dart 3.0+

Installation

Add to pubspec.yaml:

dependencies:
  flutter_ui_library:
    git:
      url: https://github.com/aks5686/flutter-ui-library.git
      ref: main