Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Notes App

A simple note-taking app built with Flutter and Supabase.

## Demo

View Demo Images

## 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
```