Social Media App
Trying to develop an open source social media app.
Screenshots
Login | Login Error | Sign up |
---|---|---|
![]() |
![]() |
![]() |
Edit Profile | Filled Edit Profile | Profile |
---|---|---|
![]() |
![]() |
![]() |
Getting Started
To run this Project you'll need an account on the Supbase.
- After creating an account run below query from the Supabase SQL editor to create required table.
-
Go to
Authentication
=>settings
and make sureDisable email confirmations
is Active or Enabled.
-
After successfully running above query get the Base url and Base key and pass it to the command line args. while running flutter app.
That's it! You'll be able to run this app, Ping me if you stuck on any step.
Let's create an open source alternative of the social media apps out there together.
Generating files
flutter pub run build_runner build
If code generation fails, consider running it with the flag
--delete-conflicting-outputs