fcnui_base 1.0.4 fcnui_base: ^1.0.4 copied to clipboard
Base package for fcnui applications. Contains common code for all fcnui applications.
1.0.4 (19.02.2024 - 02.03.2024) #
- Add new dependencies. (http, pluto_grid)
1.0.3 (16.02.2024 - 17.02.2024) #
- Min Dart SDK version downgraded from
3.2.6
to3.0.0
- [Feature] Add
spaced_layout
helper.Row
andColumn
has extension method for spaced. Adds space between children. Simply addspaced
as extension toRow
orColumn
widgets. - [Feature] Add screen util state and extensions.
- [Fix] Fix issue where
ThemeVm.theme
was not inheritingtextTheme
. - [Fix] Actions are checked before being executed for same value. Unnecessary rebuilds are prevented.
- [Fix] Fix
textTheme
issue when not usedfcnui
theme.
1.0.2 (02.15.2024) #
- Updated
README.md
with more information about the package and document link. - Fixed Dart Linting rules for more package score.
1.0.1 #
- Added example app.
- Updated pubspec.yaml description.
1.0.0 #
- Initial release.