Skip to content

Commit 20ed4cb

Browse files
committed
Add blurb
1 parent f106ea1 commit 20ed4cb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

integration-guides/flutterflow-+-powersync.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ import SupabaseConnection from '/snippets/supabase-database-connection.mdx';
99

1010
Used in conjunction with **FlutterFlow**, PowerSync enables developers to build local-first apps that are robust in poor network conditions and that have highly responsive frontends while relying on Supabase for their backend. This guide walks you through configuring PowerSync within your FlutterFlow project that has Supabase integration enabled.
1111

12+
<Tip>
13+
**New and Improved integration**: Welcome to our updated FlutterFlow integration guide. This version introduces a dedicated PowerSync FlutterFlow library, offering a more streamlined and robust solution compared to the [previous version](/integration-guides/flutterflow-+-powersync/powersync-+-flutterflow-legacy) which required extensive custom code implementation.
14+
</Tip>
15+
1216
## Guide Overview
1317

14-
<Check>
15-
This guide assumes you have active accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). You'll also need Flutter installed on your development machine.
16-
</Check>
18+
<Note>
19+
Before starting this guide, you'll need:
20+
- A PowerSync account ([sign up here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)).
21+
- A Supabase account ([sign up here](https://supabase.com/dashboard/sign-up)).
22+
- Flutter installed on your development machine.
23+
</Note>
1724

1825
This guide walks you through building a basic item management app from scratch and takes about 30-40 minutes to complete. You should then be able to use this knowledge to build and extend your own app.
1926

integration-guides/flutterflow-+-powersync/powersync-+-flutterflow-legacy.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@ import CreateCloudInstance from '/snippets/create-cloud-instance.mdx';
88
import SupabaseConnection from '/snippets/supabase-database-connection.mdx';
99

1010
<Warning>
11-
This is our legacy FlutterFlow integration guide using custom actions. We recommend using the [new guide](/integration-guides/flutterflow-+-powersync) which utilizes the PowerSync FlutterFlow library.
11+
This guide demonstrates our previous FlutterFlow integration approach that uses custom actions. For a simpler and more robust solution, we recommend following our [updated guide](/integration-guides/flutterflow-+-powersync) which leverages the official PowerSync FlutterFlow library.
1212
</Warning>
1313

1414
<Frame caption="Video walkthrough of the integration guide.">
1515
<iframe width="1005" height="420" src="https://www.youtube.com/embed/eUcBCyPfVok?si=WFPfEp-86Dr_3qh_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1616
</Frame>
1717

18-
<Info>
19-
This is our new and improved guide that only requires using Custom Actions to integrate with PowerSync. Using GitHub is not required.
20-
21-
The guide takes you through building a basic app from scratch. The app lets you manage a list of items. You should then be able to use this knowledge to build/extend your own app.
22-
</Info>
23-
2418
Used in conjunction with **FlutterFlow**, PowerSync enables developers to build local-first apps that are robust in poor network conditions and that have highly responsive frontends while relying on Supabase for their backend. This guide provides instructions for how to configure PowerSync for use with your FlutterFlow project that has Supabase integration enabled.
2519

2620
## Guide Overview

0 commit comments

Comments
 (0)