forked from supabase/supabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request supabase#11657 from supabase/docs/upgrade-guides
Add back Flutter upgrade guide
- Loading branch information
Showing
13 changed files
with
241 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
id: introduction | ||
title: Introduction | ||
hideTitle: true | ||
--- | ||
|
||
<div className="flex items-start gap-6 not-prose" id="introduction"> | ||
<img src="/docs/img/icons/menu/reference-dart.svg" className="w-8 h-8 rounded" /> | ||
<div className="flex flex-col gap-2"> | ||
<h1 className="text-3xl text-scale-1200 m-0">Flutter Client Library</h1> | ||
<h2 className="text-base font-mono text-scale-1100">supabase-flutter</h2> | ||
</div> | ||
</div> | ||
|
||
<div className="max-w-xl"> | ||
|
||
<Admonition type="caution"> | ||
You're viewing the docs for an older version of the `supabase-flutter` library. Learn how to | ||
[upgrade to the latest version](/docs/reference/dart/v0/upgrade-guide). | ||
</Admonition> | ||
|
||
This reference documents every object and method available in Supabase's Flutter library, [supabase-flutter](https://pub.dev/packages/supabase_flutter). | ||
You can use supabase-flutter to interact with your Postgres database, listen to database changes, invoke | ||
Deno Edge Functions, build login and user management functionality, and manage large files. | ||
|
||
We also provide a [supabase](https://pub.dev/packages/supabase) package for non-Flutter projects. | ||
|
||
</div> |
Oops, something went wrong.