impaktfull_cms 0.0.2
impaktfull_cms: ^0.0.2 copied to clipboard
An easy way to create a CMS in Flutter.
impaktfull_cms #
A simple CMS UI library that lets you create admin interfaces in minutes instead of hours/days.
Disclaimer #
impaktfull_cms is still in unstable & untested. everything under <1.0.0 should not be used unless you want to test it
Purpose #
This CMS library was built to quickly create admin interfaces with minimal code. Instead of spending days building CRUD interfaces, you can have a fully functional admin panel in minutes.
Key features:
- Configurable data tables
- Built-in pagination
- Form generation
- Sorting and filtering
- Responsive design
Demo #
Usage #
Quick Start #
- Create a model class for your data
- Implement CmsConfig for your model
- Use CmsListScreen to display your data