Skip to content

Flutter Mobile Application for notes taking which title, description, image and date, powered by SQLflite database for persisting the notes in the application

Notifications You must be signed in to change notification settings

TheArtifulProgrammer/meyou-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meyou Notes App

A Flutter mobile application for taking notes, which includes features for adding a title, description, image, and date. The notes are persisted using an SQLite database.

Table of Contents

Introduction

Meyou Notes App is a simple and intuitive note-taking application built with Flutter. Users can create, view, edit, and delete notes. Each note can have a title, description, image, and date. The application uses SQLite to persist notes locally on the device.

Features

  • Add a new note with a title, description, image, and date.
  • Edit existing notes.
  • Delete notes.
  • View a list of all notes.
  • Persistent storage using SQLite.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/meyou-notes-app.git
  2. Navigate to the project directory:

    cd meyou-notes-app
  3. Install dependencies:

    flutter pub get

Usage

  1. Run the application on an emulator or a physical device:

    flutter run
  2. Start taking notes!

Screenshots

Home Screen Add Note Screen Edit Note Screen

Project Structure

meyou-notes-app/
├── android/
├── assets/
│   └── images/
├── ios/
├── lib/
│   ├── models/
│   ├── screens/
│   ├── services/
│   ├── widgets/
│   ├── main.dart
├── screenshots/
├── test/
└── README.md

Technologies Used

  • Frontend: Flutter, Dart
  • Database: SQLite
  • State Management: Provider

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you'd like to contribute to this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Author

Created by TheArtifulProgrammer. If you found this project helpful or interesting, please give it a ⭐ on GitHub!

About

Flutter Mobile Application for notes taking which title, description, image and date, powered by SQLflite database for persisting the notes in the application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published