Skip to content

lumoswitch/notes-manager

Repository files navigation

notes manager - a Flutter application

A basic Flutter notes app.

Tech Stack

  • 🍃 Flutter for the client-side of the app
  • 🔥 Firebase for the server-side

Install

Install the needed dependencies using:

flutter get pub

Then run the project using the command:

flutter run

To clean the project:

flutter clean