Commit Graph
21 Commits
Author SHA1 Message Date
TylerandGitHub a916150022 example: Update web, iOS, and Android code to the latest Flutter version (#29582)
* example: Update web, iOS, and Android code to the latest Flutter version

* Update dev dependencies to the latest
2024-09-30 13:22:04 +08:00
33c7e812c4 Fix errors being swallowed in account_page.dart and login_page.dart fixes #27104 (#27143)
* Refactor login_page with a _showSnackBar function

* Add an onError block to onAuthStateChange

Errors get swallowed without this error handler, I noticed it when I had requested too many magic link emails, there was no feedback in the ui, nor in the logs in the console.

* Fix SnackBars not being displayed and add a _showSnackBar function

* Fix code samples for login_page.dart and account_page.dart to reflect fixes in #27104

* Fix isError not being passed for an Unexpected Error in login_page

* Update flutter user management example to a more modern code

* Update the guide to match the new content

* run formatter

* got rid of excess code and minor format fix

---------

Co-authored-by: dshukertjr <[email protected]>
2024-06-14 09:19:10 +00:00
e167ecb804 Fix linting warnings in Flutter User Management Starter tutorial (#25090)
* Update User Management Starter Flutter to fix linting warnings

* bring Supabase instance up

---------

Co-authored-by: dshukertjr <[email protected]>
2024-05-13 20:49:53 -05:00
5903b5d4a8 chore: prepare examples for cli bootstrap (#22428)
* chore: prep expo example.

* Modify Flutter user management example to use .env and initialize supabase

* chore: add .env support to swift-user-management

* chore: update supabase dependency for swift-user-management example

* chore: minor expo updates.

* chore: update auth nextjs example.

---------

Co-authored-by: dshukertjr <[email protected]>
Co-authored-by: Guilherme Souza <[email protected]>
2024-04-05 17:26:36 +08:00
TylerandGitHub eae972b55a blog: update past Flutter blog content to use supabase_flutter v2 (#19634)
* update flutter quick start and example app to use flutter v2

* update examples and blog articles to use Flutter SDK v2

* fix versions used in examples

* update image picker to 1.0.5

* minor code refactor for sample code
2023-12-19 11:34:03 +09:00
dshukertjr 1726078a98 minor fix on splash page 2023-06-13 21:23:58 +09:00
dshukertjr ee83945d53 guide: update flutter user management guide with new code 2023-06-13 14:26:39 +09:00
dshukertjr a82105525d revert the removal of splash_page 2023-06-13 00:12:00 +09:00
dshukertjr 27945783a2 remove splash page 2023-06-12 23:48:48 +09:00
dshukertjr a6d5f2e60b remove constants.dart 2023-06-12 23:14:59 +09:00
Greg RichardsonandGitHub 350aed02f8 docs: reword flutter user management example comment 2023-06-09 10:38:50 -06:00
CodingArcherandGitHub b0bcb080e7 Update main.dart 2023-06-09 12:34:13 +10:00
D.M. Oladele 7c290d06e1 docs: fix issue #13025 by removing empty space character while signing in to prevent 'snackbar error Unable to validate email address: invalid format' 2023-04-04 02:21:03 +01:00
RodrigoandGitHub 4b1a0ae4af Fix typo on flutter example splash_page 2023-01-19 00:00:24 -03:00
Sara TavaresGitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
80d0624262 fix(typos): add github action to prevent typos + fix typos (#9598)
* feat(ci): fix typos

* [create-pull-request] automated change

* Update index.tsx

* Update README.fr.md

* Create .misspell-fixer.ignore

* Update constant.dart

* [create-pull-request] automated change

* Update database.tsx

* [create-pull-request] automated change

* [create-pull-request] automated change

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-27 23:32:02 -03:00
TylerandGitHub bf775e01ea Updates the flutter quick start guide with supabase-flutter v1.0 code. (#9730)
* fix: update some old flutter code to the current version

* feat: add flutter upgrade guides until stream

* fix: make primaryKey named parameter in flutter docs

* complete flutter upgrade guide

* add redirects for incoming traffic for old dart docs

* updates the code for flutter-user-managemenet to use supabase-flutter v1

* update flutter quickstart guide

* add web folder in flutter usermanagement example
2022-10-21 14:13:31 +02:00
thorwebdev c942745898 chore: move flutter. 2022-10-19 23:55:56 +08:00
thorwebdev d4ee3473c8 chore: update examples supabase-js v2 2022-10-19 23:18:59 +08:00
dannykng 9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00
Isaiah Hamilton 05b96de142 chore: remove examples 2022-09-08 22:55:22 -04:00
Copple 1b1bce93da organises the examples by function 2022-04-27 15:20:41 +02:00