aks5686_flutter_ui_library
Production-ready Flutter component library with design tokens, Dark Mode, and zero third-party dependencies
What this package is like to depend on
Last release 25 days ago
29 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
1.0.129 Jul 2026Release notes
Open source →release: v1.0.1 — TextInput character counter, automated pub.dev publishing
Release notes
Open source →- TextInput: added maxLength parameter with character counter.
- Renamed package to aks5686_flutter_ui_library.
- Updated installation to use pub.dev.
- Improved release workflow with automatic pub.dev publishing.
-
1.0.029 Jul 2026Release notes
Open source →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