impaktfull_cms 0.16.0 copy "impaktfull_cms: ^0.16.0" to clipboard
impaktfull_cms: ^0.16.0 copied to clipboard

An easy way to create a CMS in Flutter.

0.16.0 #

Feat #

  • Added CmsImageUrlField

0.15.0 #

Feat #

  • Added actions to CmsListScreen

0.14.0 #

Feat #

  • Added CmsIconField and CmsIconButton

Fix #

  • Make sorting optional on CmsHeader

0.13.3 #

Fix #

  • Example

0.13.1 - 0.13.2 #

Fix #

  • Github pages workflow

0.13.0 #

Breaking #

  • Added context to all viewmodels so that it is possible to use localization in your CMS

0.12.2 #

Fix #

  • impaktfull_architecture dependency updated to use range between >0.8.1 and <1.0.0

0.12.1 #

Fix #

  • impaktfull_ui dependency updated to use range between >0.32.0 and <1.0.0

0.12.0 #

Feat #

  • Update the requiredValue to isRequired

Fix #

  • Not mounted bugfixes

0.11.0 #

Feat #

  • Added support for required fields

0.10.0 #

Feat #

  • BREAKING: Changed the get...Field to get... and instantly return the value

0.9.0 #

Feat #

  • BREAKING: Renamed CmsRepo to CmsRepository
  • Added searchQuery to CmsRepository

0.8.0 #

Feat #

  • BREAKING: Added CmsRepo to CmsConfig

0.7.0 #

Feat #

  • BREAKING: Added better item loading for CmsReferenceField

0.6.0 #

Feat #

  • Add subtitle to CmsListScreen
  • Add onBackTapped to CmsListScreen
  • Add isDrawerEnabled to CmsListScreen

0.5.0 #

Feat #

  • Make it possible to use a custom viewmodel for CmsAddScreen, CmsDetailsScreen, CmsEditScreen and CmsListScreen

0.4.0 #

Feat #

  • Expose the CmsConfig in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.3.0 #

Feat #

  • Exposed the CmsNavigator in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.2.0 #

Feat #

  • BREAKING: Change init to initCms in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.1.0 #

Feat #

  • Added support for references using CmsReferenceField and CmsReference

0.0.2 #

Fix #

  • Github actions test

0.0.1 #

Feat #

  • Initial release