Skip to content

A beginner-friendly Flutter Notes App built with sqflite for local storage. This project demonstrates CRUD operations using StatefulWidgets and serves as a foundational step in my Flutter learning journey. Upcoming versions will explore advanced state management with Provider, BLoC, Riverpod, and GetX.

Notifications You must be signed in to change notification settings

govendrasahu01/flutter_notes_app

Repository files navigation

Flutter Notes App

This is my first Flutter app — a simple Notes application built using Flutter and SQLite.

✨ Features

  • Add, edit, and delete notes (CRUD operations)
  • Local storage using sqflite package
  • Clean UI with StatefulWidget-based state management

🛠️ Tech Stack

  • Flutter
  • SQLite (via sqflite)
  • Stateful Widgets for logic handling

🚀 What's Next

I’m currently learning advanced Flutter concepts. In my upcoming apps, I will be implementing global state management using:

  • provider
  • bloc / cubit
  • riverpod
  • getx

Stay tuned for more projects and improvements!

📚 Resources for Beginners

If you're new to Flutter, here are some great resources:

About

A beginner-friendly Flutter Notes App built with sqflite for local storage. This project demonstrates CRUD operations using StatefulWidgets and serves as a foundational step in my Flutter learning journey. Upcoming versions will explore advanced state management with Provider, BLoC, Riverpod, and GetX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published