altech_ui_flutter 2.0.2
altech_ui_flutter: ^2.0.2 copied to clipboard
Modern, reusable, and customizable Flutter UI component library with Material 3, design tokens, and centralized theming.
2.0.2 #
- Improved public API documentation coverage with extensive dartdoc updates across exported components, enums, and helper methods.
- Increased documentation score readiness for pub.dev (coverage now above the 20% threshold).
- Kept component APIs unchanged while improving package quality and discoverability.
2.0.1 #
- Improved component contrast and active-state visibility for both light and dark backgrounds.
- Updated sidebar navigation selected-state styling to be theme-aware and customizable.
- Updated floating navigation bar colors/indicator to be theme-aware and adaptive.
- Improved
AltechTextFieldicon API withleadingIconandtrailingIconsupport. - Simplified top search bar input usage to use
AltechTextFielddirectly. - Added and exported new reusable components:
AltechFeedbackBannerAltechMetricCardAltechTopSearchBarAltechSidebarNavigationAltechSheetActionItemAltechAvatarGroupAltechSplitViewAltechDashboardShell
- Refined example app layout and responsiveness using reusable library components.
- Updated README documentation to fully English and aligned it with the latest public API.
- Added showcase preview images for cards/buttons and dialogs/sheets sections.
2.0.0 #
- Update README logo (center + resized).
- Initial production-ready release of
altech_ui_flutter. - Added centralized Material 3 theme system with design tokens.
- Added reusable modern UI components:
- Alert, Dialog, Confirmation Dialog, Status Popup, Modal
- Bottom Sheet
- Snackbar and Toast
- Button, TextField, Card
- Avatar, Badge, Chip
- Empty State and Error State
- Loading Overlay, Skeleton, and Shimmer
- AppBar and Navigation Bar
- Responsive layout helper
- Reusable form components (Dropdown, Checkbox)
- Added full package README, example app, CI checks, and publish workflow.