Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raflizocky/notes_app
An app for writing and managing personal notes.
https://github.com/raflizocky/notes_app
flutter supabase
Last synced: about 1 month ago
JSON representation
An app for writing and managing personal notes.
- Host: GitHub
- URL: https://github.com/raflizocky/notes_app
- Owner: raflizocky
- License: mit
- Created: 2024-08-18T06:17:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T06:31:05.000Z (6 months ago)
- Last Synced: 2024-10-12T02:21:37.050Z (4 months ago)
- Topics: flutter, supabase
- Language: Dart
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes App
A simple note-taking app built with Flutter and Supabase.
## Demo
## Stack
- Flutter
- Supabase## Features
- **Note Management**: Create, edit, and delete notes.
- **Category Management**: Add, edit, and delete categories.
- **Search**: Search notes by title or description.## Installation
1. Database
- New project
- Create notes & categories table
- Disable `RLS`/add `Policies` on your own
- Get Project `URL` & `API Key`2. Terminal
- ```shell
git clone https://github.com/raflizocky/notes-app.git
```
- ```shell
code notes-app
```3. `dotenv`
```shell
SUPABASE_URL=YOUR_PROJECT_URL
SUPABASE_ANON_KEY=YOUR_API_KEY
```4. Terminal
```shell
flutter pub get ; flutter run
```## Usage
- .apk
```shell
flutter build apk --release
```