happenings_ui 0.2.4
happenings_ui: ^0.2.4 copied to clipboard
Happenings design system — tokens, theme, and shared components for Flutter apps built on Material 3 with a Zinc color palette.
0.2.4 #
- Added iOS simulator screenshots to pub.dev (components, forms, feedback tabs)
0.2.3 #
- Bottom nav bar (elevated): fixed double-highlight glitch when switching tabs — selection background now snaps instantly instead of cross-fading
- Example app: switched to Font Awesome icons to demonstrate custom icon library integration via
HappeningsUiConfig
0.2.2 #
- Added
example/app — three-tab gallery showcasing components, forms, and feedback (shows as "Example" tab on pub.dev)
0.2.1 #
- README: rewrote with design philosophy (shadcn inspiration, Zinc palette, 4px spatial rhythm, scale-down animation, skeleton loading, haptic feedback) and detailed component descriptions
0.2.0 #
- Bottom nav bar: added
HappeningsNavBarStyle.ios— clean iOS-style tab bar with hairline border, no container highlight, and subtle press animation - Bottom nav bar: existing style available as
HappeningsNavBarStyle.elevated(default, backwards-compatible) - App bar: fixed nav bar bleed-through during route transitions (transparent background at rest)
0.1.0 #
- Initial release
- Theme: Material 3 light and dark themes with Tailwind Zinc palette
- Tokens: Zinc neutrals, brand colors (Indigo, Green, Blue), spacing constants
- Typography: Inter font via Google Fonts with consistent text styles
- Config:
HappeningsUiConfiginherited widget for icon builder, semantic icons, haptics, and strings - Components: Button, Input, Textarea, Select, Card, Sheet, Toast, Avatar, Badge, OTP input, App bar, Bottom nav bar, Network image, Refresh indicator, Shimmer, Pressable, State card, Empty state, Markdown, Onboarding, Swipe-to-confirm, Cupertino search app bar, Mention overlay, Mutual friend chips, Animated bubbles
- Utils: Haptic feedback service, Markdown text renderer
