halo_state 1.0.0
halo_state: ^1.0.0 copied to clipboard
Personal flutter state management package
1.0.0 #
- Deprecate methods in list, map, set, state, and string extensions; update to use state.q for state management.
0.4.1 #
- Optimize padding and size calculations by introducing a rounding function to improve performance.
- Refactor related calculations for consistency.
0.4.0 #
- Deprecate various methods.
- Update StateProvider initializations.
- Remove unused files.
0.3.2 #
0.3.1 #
- Documentation
0.3.0 #
- Enhance the
RawAppclass's lifecycle state management by adding handling for application lifecycle state changes.
0.2.0 #
- Refactor RawApp to enhance theme management and brightness detection.
- Introduced a new systemBrightness property and updated light property logic to respond to preferredThemeMode and system brightness changes.
- Added
_onLightChangedmethod for dynamic UI updates based on theme changes.
0.1.0 #
0.0.8 #
0.0.7 #
0.0.6 #
- Enhance
StateProvider.familycalling.
0.0.5 #
- Refactor library declaration.
- Enhance
HaloStateProviderwith getter and setter for value. - Enhance
HaloProviderListenablewith getter value. - Adjust
contextGotmethod inRawAppfor clarity.
0.0.4 #
- Performance optimized (
MediaQuery.ofremoved)
0.0.3 #
- Add quantized padding values (33%, 50%, 25%, integer)
0.0.2 #
Update brightness retrieval in RawApp to use Theme instead of MediaQuery.
0.0.1 #
Initial release.