Bhismydv / supabase_notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supabase_notes Application in Flutter

This is a sample Todo application built with Flutter and Supabase. The application allows users to create, update, and delete to-do items while using Supabase as the backend service for data storage and authentication.

Features

  • User Authentication: Users can sign up, log in, and log out using their email address and password.
  • Notes Creation: Users can create new to-do items by entering a title and description.
  • Notes Showing: The application displays a list of all the to-do items created by the user.
  • Notes Update: Users can edit their existing to-do items.
  • Notes Deletion: Users can remove a to-do item from the list.

Setup

  1. Clone this repository to your local machine:

    git clone https://github.com/Bhismydv/supabase_notes.git
  2. Navigate to the project directory:

    cd supabase_notes
  3. Install the dependencies:

    flutter pub get
  4. Open the lib/networkingt/url_provider.dart file and update the supabaseUrl and supabaseKey variables with your Supabase API URL and API Key respectively.

  5. Launch the application:

    flutter run

Screenshots

Screenshots of the application to showcase its appearance and functionality._





Acknowledgements

This project was inspired by the official Supabase Todo example and built using the Flutter framework.

Contact

If you have any questions or suggestions, feel free to reach out to me at bhismydv2912gmail.com.

About


Languages

Language:Dart 66.0%Language:C++ 19.2%Language:CMake 9.0%Language:HTML 4.4%Language:C 0.8%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%