Slide 3
Slide 3 text
Key Terms used
- Flutter form builder - This package helps in creation of data collection forms in Flutter by removing the
boilerplate needed to build a form, validate fields, react to changes, and collect final user input.
- Flutter Bloc - Built to be used with the bloc state management package.
- Cubit - Cubit is a lightweight state management solution. It is a subset of the bloc package that does not
rely on events and instead uses methods to emit new states.