NotesApp is a note-taking application that allows users to create, edit, and delete their notes. This application uses Flutter local storage with sqflite to store and retrieve note data locally on the device.
- Create New Note: Users can create new notes with a title and content.
- Edit Note: Users can edit existing notes.
- Delete Note: Users can delete notes that are no longer needed.
- View Note Details: Users can view the full details of each note.
- Dart: The main programming language used for developing this application.
- Flutter: A framework for building responsive and attractive user interfaces.
- sqflite: To handle local database storage.
- path_provider: To find commonly used locations on the filesystem.
- initl: To format dates and other localization needs.
-
Clone this Repository
git clone https://github.com/adeiskandarzulkarnaen/notesappmobile.git cd notesappmobile
-
Install Dependencies
flutter pub get
-
Run the Application
flutter run
Contributions are highly welcomed! If you have ideas for improving this application or find any bugs, please create an issue or pull request in this repository.
This application is licensed under the MIT License. See the LICENSE file for more information.