impaktfull_cms 0.20.1
impaktfull_cms: ^0.20.1 copied to clipboard
An easy way to create a CMS in Flutter.
0.20.1 #
Fix #
- Fixed
CmsReferenceModal
to be able to scroll - Fixed
CmsReferenceModal
to show the search field whensearch
is not null
0.20.0 #
Feature #
- BREAKING: Require
impaktfull_ui
version >0.49.0 (breaking changes with ImpaktfullUiPlaceholder)
0.13.0 #
Breaking #
- Added
context
to all viewmodels so that it is possible to use localization in your CMS
0.6.0 #
Feature #
- Add
subtitle
toCmsListScreen
- Add
onBackTapped
toCmsListScreen
- Add
isDrawerEnabled
toCmsListScreen
0.5.0 #
Feature #
- Make it possible to use a custom viewmodel for
CmsAddScreen
,CmsDetailsScreen
,CmsEditScreen
andCmsListScreen
0.4.0 #
Feature #
- Expose the
CmsConfig
inCmsAddViewModel
,CmsDetailsViewModel
,CmsEditViewModel
andCmsListViewModel
0.3.0 #
Feature #
- Exposed the
CmsNavigator
inCmsAddViewModel
,CmsDetailsViewModel
,CmsEditViewModel
andCmsListViewModel