supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
703 stars 167 forks source link

Q: How can I modify the package? #890

Closed leeeeeoy closed 5 months ago

leeeeeoy commented 5 months ago

Hello, I would like to modify the gotrue package. The suppbase_flutter can be modified well, but I'm not sure what to do with the rest of the project. Can you explain how I can modify it?

bdlukaa commented 5 months ago

This repo is a monorepo powered by Melos containing supabase_flutter and its sub-libraries. All packages are located in the /packages directory.

All instructions are described in the README.

You can modify the files and submit a pull-request!