Notes App created with Flutter and Appwrite

0 0

Note Keeper

A Flutter + AppWrite Project

Note Keeper is a Note Creater App build with Flutter backed by AppWrite (An Open-Source Backend Server)

💡 Functionalities

  • Login and Register with Email and Password
  • Create Note
  • Edit Note
  • Delete Created Note
  • Search Note

🎬 Preview

Home

Note

Delete

Search

Setting

🚀 Installation

❤️ AppWrite

To run AppWrite Backend locally

  • Install Docker
  • Add appwrite/docker-compise.yml in your Docker Client

💙 Flutter

To run Flutter App locally

  • Install Flutter
  • Navigate to frontend/
  • Run flutter pub get

🔧 Configuration

To Run this Application locally on your Machine.

  • Make sure AppWrite and Flutter is Installed

  • Navigate to frontend/

  • Create a file name .env

  • Add Following:

    APPWRITE_ENDPOINT=http://localhost/v1
    APPWRITE_PROJECT_ID=62b6948239cd28246c64
    

    Update the values as per your appwrite client.

📦 Packages

Following packages are being used in this flutter app:

package useage
appwrite Official flutter package to use AppWrite
dartz Functional programming in Dart
equatable To make comparsion of Model easy
flutter_dotenv Load configuration at runtime from a .env
flutter_quill Rich text editor
flutter_riverpod State management library
flutter_staggered_grid_view Provides a collection of Flutter grids layouts
logging Create readable logs
routemaster Easy-to-use router for Flutter, which wraps over Navigator 2.0

👨‍💻 Contributor

Made by Tekeshwar Singh

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Full Stack Working Amazon Clone app with Admin Dashboard using Flutter and Backend with NodeJs and MongoDB
Entrada siguiente PicPay clone made in Flutter which is componentized and has a organized styling structure