Skip to content

A simple and intuitive cross-platform app to manage Notes or To-Dos. Built with Flutter and Dart, this app allows you to create, view, edit, and delete notes with ease. Explore, contribute, and build upon this project.

Notifications You must be signed in to change notification settings

Dhanvine321/Flutter-Notes-App

Repository files navigation

Notes App

A Notes App built using Flutter and Dart as my first Flutter project. The app allows users to create, view, edit, and delete notes. It also includes a login page for user authentication, and a profile page to display user account details. As of now there is no real authentication and all implememnted but soon might add it when I have the time. Profile page too has be updated to improve aesthetics and UI.

Features

  • Create a new note with a title and content and even a due date.
  • View the list of all created notes in the home page.
  • Edit existing notes.
  • Delete notes.
  • Login with username and password.
  • Display user account details on the profile page.

Dependencies

You will need to use the following dependencies for this app:

Flutter version Dart version

  • flutter/material.dart for the UI components and material design.
  • flutter/cupertino.dart for iOS-specific UI components.
  • flutter/cupertino_icons.dart for using Cupertino icons.
  • flutter/foundation.dart for Flutter foundation libraries.
  • flutter/animation.dart for animations.
  • flutter/widgets.dart for basic Flutter widgets.
  • flutter/gestures.dart for handling user gestures.
  • flutter/painting.dart for custom painting and effects.
  • flutter/scheduler.dart for scheduling tasks.
  • flutter/widgets.dart for basic Flutter widgets.

Getting Started

  1. Install Flutter (Follow the official documentation: https://flutter.dev/docs/get-started/install)
  2. Clone this repository: git clone https://github.com/your_username/notes_app.git
  3. Open the project in your favorite code editor (I loveee VSCode).
  4. Run the app on your preferred simulator or device using flutter run.

Acknowledgments

This app is a simple project I have done to practice flutter and does not include real authentication or data storage. It serves as a starting point for further development and add-ons.

Feel free to use and modify the code as you like! If you have any questions, feel free to reach out to me at [email protected]

About

A simple and intuitive cross-platform app to manage Notes or To-Dos. Built with Flutter and Dart, this app allows you to create, view, edit, and delete notes with ease. Explore, contribute, and build upon this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published