Add register and sign up with supertokens
This commit is contained in:
parent
b2d5369387
commit
5dd6a70329
24 changed files with 846 additions and 228 deletions
|
|
@ -38,6 +38,7 @@ dependencies:
|
|||
syncfusion_flutter_pdfviewer: ^26.1.39
|
||||
universal_html: ^2.2.4
|
||||
file_picker: ^8.0.5
|
||||
supertokens_flutter: ^0.6.0
|
||||
supabase_auth_ui: ^0.4.1
|
||||
supabase_flutter: ^2.4.0
|
||||
http: ^1.2.1
|
||||
|
|
@ -71,9 +72,9 @@ flutter:
|
|||
uses-material-design: true
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
assets:
|
||||
- images/Logo-loading.gif
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/assets-and-images/#resolution-aware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue