Skip to content

Releases: Syzygy-Hub/syzygy-ui-flutter

2.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:41
2597e29

release: v2.4.0 — SyzygyTheme system, runtime switching, component-level overrides, accessibility pass

2.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 19:19

release: v2.3.0 — color token vocabulary alignment, CI fixes, tag format standardised

v2.2.1

Choose a tag to compare

@aks5686 aks5686 released this 04 Aug 14:50
d8b800f

release: v2.2.1 — consistency audit fixes, accessibility improvements, breaking renames and API alignment

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 18:35
9e49ca1

release: v2.2.0 — 11 new components, CI lint parity, zero lint violations enforced

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:43
cb99ceb

release: v2.0.0 — rename to syzygy-ui-flutter, add 29 new components

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 21:55

release: v1.0.1 — TextInput character counter, automated pub.dev publishing

v1.0.0 — Initial Release

Choose a tag to compare

@aks5686 aks5686 released this 29 Jul 20:50

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