fr_mvvm_theme 0.1.0
fr_mvvm_theme: ^0.1.0 copied to clipboard
Theme switching helpers for FlowR MVVM Flutter apps, including theme models, ThemeExtension utilities, image scheme parsing, and menu UI.
0.1.0 - 2026-06-06 #
- refactor: align theme example with abstract model
- feat: add typed app theme example
- docs: clarify theme layout token guidance
- docs(theme): clarify PageTheme and ColorScheme layering
- rename LoginTheme->LoginPageTheme
- refactor theme example
- refactor(theme): remove example ThemeConfig DTO
0.0.2 - 2026-05-29 #
- feat: add real logo assets to the example theme package.
- docs: add example asset documentation for theme usage.
- refactor: switch color hex serialization to
Color.toARGB32(). - refactor [breaking]: remove legacy aliases
ThmFieldSch,ParsedThmFieldValue,PageExTheme,ColorCvt, andString.asImgProvider.
0.0.1 - 2026-05-27 #
- feat: create the
fr_mvvm_themepackage with theme models, view model helpers, field scheme parsing, image provider helpers, color conversion, and menu UI.