skeuomorphic_ui 1.0.1
skeuomorphic_ui: ^1.0.1 copied to clipboard
A production-ready Flutter UI library bringing back the tactile, hyper-realistic iOS 6 / early macOS skeuomorphic design language. Features rich textures, depth, shadows, reflections, and material sur [...]
1.0.0 #
- Initial Release: The complete
skeuomorphic_uipackage is now available. - Core Foundation:
- Added
SkeuThemeandSkeuThemeData. - Added extensive
SkeuColorSwatchmaterial palettes (Metal, Leather, Wood, Paper, Rubber, etc.). - Added
SkeuShadowsfor multi-layered physical depth (raised, pressed, floating, inset). - Added
SkeuGradientsfor convex/concave lighting and gloss. - Added procedural noise generation via
SkeuNoisePainter.
- Added
- Components:
- Buttons:
SkeuButton(with variants),SkeuIconButton,SkeuToggleButton. - Inputs:
SkeuTextFieldwith inset grooves,SkeuSearchBar. - Cards:
SkeuCardfeaturing automatic material decoration (screws, stitching, pushpins). - Controls: Spring-physics animated
SkeuSwitch,SkeuCheckbox,SkeuRadioButton. - Advanced Controls: Mixing-board style
SkeuSlider, rotarySkeuKnob, analogSkeuGauge. - Feedback: Convex
SkeuProgressBar, wax-sealSkeuBadge, paperSkeuTooltip. - Navigation: Brushed metal
SkeuAppBar, hardware-dockSkeuNavigationBar, physicalSkeuTabBar. - Surfaces:
SkeuDialogandshowSkeuBottomSheetwith elastic entry animations.
- Buttons:
- Example App: Comprehensive 4-screen example gallery included.
- Testing: Full test coverage achieved across all components with zero analysis issues.
1.0.1 #
- Core Foundation:
- Added
SkeuColorSwatch.fromColorconstructor. - Added
SkeuColorSwatch.fromHexconstructor. - Added
SkeuColorSwatch.fromListconstructor.
- Added