Skip to content

Commit 89f42ce

Browse files
benitavjoshua-journey-apps
authored andcommitted
Document new library pages value and powersync_core dep (#187)
1 parent c95c1c1 commit 89f42ce

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed
Loading
Loading

integration-guides/flutterflow-+-powersync.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,17 @@ This guide walks you through building a basic item management app from scratch a
123123
<img src="/images/integration-31.avif" />
124124
</Frame>
125125
2. Copy and paste the generated schema into the "PowerSyncSchema" field.
126-
3. Copy and paste your PowerSync instance URL into the "PowerSyncURL" field.
127-
<Frame>
128-
<img src="/images/integration-guides/flutterflow/powersync-library-config.png" />
129-
</Frame>
130-
4. Close the library config.
126+
3. Copy and paste your PowerSync instance URL into the "PowerSyncUrl" field.
127+
<Frame>
128+
<img src="/images/integration-guides/flutterflow/powersync-library-config.png" />
129+
</Frame>
130+
4. Note: The default path for the "HomePage" field under "Library Pages" can be left as is and ignored. FlutterFlow does not currently provide a way to remove it.
131+
5. Close the library config.
132+
5. Under **"Custom Pub Dependencies"**, add a dependency on `powersync_core:1.3.0`:
133+
<Frame>
134+
<img src="/images/integration-guides/flutterflow/powersync-core.png" />
135+
</Frame>
136+
This version of `powersync_core` is required for running FlutterFlow on Web.
131137

132138
## Build A Sign-In Screen
133139

0 commit comments

Comments
 (0)