Add New Feature
This guide will show you how to add a new feature to your flutter app.
Getting started
Create a new folder in the lib/features
directory. Name the folder after the feature you want to add. In this example, we will add a scratch_notes
feature.
Next, move on to the domain layer section.