https://github.com/luisedmc/notes
Flutter App to write some notes.
https://github.com/luisedmc/notes
app application dart design flutter mobile mobile-app mobile-development notes notes-app sqflite sqlite-database
Last synced: about 2 months ago
JSON representation
Flutter App to write some notes.
- Host: GitHub
- URL: https://github.com/luisedmc/notes
- Owner: luisedmc
- Created: 2022-03-10T05:51:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T23:08:22.000Z (about 4 years ago)
- Last Synced: 2025-10-09T18:45:10.698Z (8 months ago)
- Topics: app, application, dart, design, flutter, mobile, mobile-app, mobile-development, notes, notes-app, sqflite, sqlite-database
- Language: Dart
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App ! :spiral_notepad:
Very simple mobile application for write notes to remind you of your duties. It keeps the notes on internal database !
You can create a new note, update and delete, the basic CRUD.
Used **sqflite package** for database.
## Screenshot

### Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.