Notes App

🎯 About

Bu projede Sqflite kullanılarak kalıcı depolama sayesinde basit bir not uygulaması geliştirdim.

Notlar, notlarin içeriği vs. için ilk önce bir veri tabanı oluşturup oluşturduğum veri tabanını uygulama import ettikten sonra gerekli veri tabanındaki bilgileri uygulama yansıttım.

Kullanıcılar istediği şekilde uygulamaya kategori ekleyip kategori altına istediği kadar not ekleyebilir.

Eklediği notları öncelik derecesine göre sıralayıp liste başına alabilir.

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Flutter installed.

# Clone this project
$ git clone https://github.com/ferhatiltas/Notes-App.git

# Access
$ cd Notes-App

# Pull dependencies
$ flutter pub get

# Run the project (emulator or physical device needs to be connected first)
$ flutter run

# Build an apk
$ flutter build apk --split-per-abi