mirror of
https://github.com/supabase/supabase.git
synced 2026-06-17 21:23:59 +08:00
* update example google sign in app * update flutter google sign in example * update flutter auth blog post to add skip nonce check content * update google sign in guide to include skip nonce check content * minor update on the code sample for google auth guide * delete unused code from code sample * minor update of the blog writing * blog article refactor * minor format fix * Update apps/docs/pages/guides/auth/social-login/auth-google.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/auth/social-login/auth-google.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/auth/social-login/auth-google.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/www/_blog/2023-07-18-flutter-authentication.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/www/_blog/2023-07-18-flutter-authentication.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/www/_blog/2023-07-18-flutter-authentication.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/www/_blog/2023-07-18-flutter-authentication.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * fix typo --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: android
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: ios
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: linux
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: macos
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: web
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
- platform: windows
|
|
create_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
base_revision: 6c4930c4ac86fb286f30e31d0ec8bffbcbb9953e
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|