auris 0.2.0
auris: ^0.2.0 copied to clipboard
A Flutter UI kit and Material 3 theme with a warm amber-on-near-black, chamfered sci-fi aesthetic — a drop-in ThemeData plus a library of custom HUD widgets.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 #
- Add
AurisScheme.borderActive— the accent-gold outline an open overlay wears (aPopupMenu, theMenuAnchor/DropdownMenupopup, or the openAurisSelectpanel), derived fromprimaryActive. - Consolidate menu / popup outlines: the open
PopupMenu,MenuAnchor, andDropdownMenusurfaces now wear the goldborderActiveedge (at a slightly heavier weight, since they cannot carry the depth glow) instead of a restingborderBrightoutline, so an open overlay reads as the live element and matches theAurisSelectpanel. The persistentMenuBarstrip keeps its resting outline (§spec:theme-layer "Color roles").
0.1.2 #
- Use absolute
raw.githubusercontent.comURLs for the README gallery images. pub.dev does not render README-relative image paths (it strips them), so the gallery rendered blank on the package page even after the repository URL was corrected.
0.1.1 #
- Fix the
repository/homepageURLs to the correctpoint-sourceorg (wasPointSource, a different GitHub handle). pub.dev rewrites the README's relative image paths againstrepository, so the wrong owner 404'd every gallery image on the package page.
0.1.0 #
Initial release.
AurisTheme.dark()/AurisTheme.light()— a fully specified Material 3ThemeDatathat re-skins every standard widget in the warm amber-on-near-black, chamfered sci-fi aesthetic, with complete component-theme coverage verified by a census.auris_widgets.dart— a library of standalone HUD widgets (panels, badges, stat cards, segmented meters, chamfered toggles, terminals, ornaments).- Customization via
accent,bevelScale, andglowScaleoverrides that propagate through both the themed Material widgets and the custom widgets from one resolvedAurisScheme. - Bundled fonts with graceful platform fallback, AA-contrast accessibility, and reduced-motion support.