Customize new module
1️⃣
Update Command
Update command to include your module name and fields
2️⃣
Run Command
Run command to generate module files, see the file changes after command is successful
3️⃣
Run Project
Run project to see the output and test new module CRUD
4️⃣
Customize
Understand the changes and customize according to your needs
Update module icon
In icons.dart
file, in getEntityIcon()
you can update the icon for the module. For example, if you want to update the icon for the event module, you can update the icon like this:
case EntityType.event:
return MdiIcons.calendar;