Overview

To get you started, we'll create a basic Flutter application from scratch using the Codenic Clean Architecture.

We'll start with a simple note-taking app that has the following features:

  • Create, update and delete notes.

  • View all notes in a paginated manner.

  • Stream the 10 most recent notes.

  • Automatically log success and failed operations.

Video Demo

Complete Source Code

You can view the complete source code of the project here:

View the README.md file for details on how to run the app.

Last updated