Skip to content

Commit a52388a

Browse files
committed
Fix numbering
1 parent d59c927 commit a52388a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

integration-guides/flutterflow-+-powersync.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -676,19 +676,18 @@ Below is a list of known issues and limitations.
676676

677677
1. It's not currently possible to use the FlutterFlow Web Editor to test your app due to limitations with FlutterFlow.
678678
2. When trying to compile any of the PowerSync Custom Actions, you will see errors — these can be safely ignored:
679-
680679
<Frame>
681680
<img src="/images/integration-67.png" width="60%" />
682681
</Frame>
683682
<Frame>
684683
<img src="/images/integration-69.png" width="60%" />
685684
</Frame>
686-
1. Using `watch()` queries creates a [StreamSubscription](https://api.flutter.dev/flutter/dart-async/StreamSubscription-class.html) and it's important to regularly call `.cancel()` on these to avoid multiple subscriptions for the same query running.
687-
2. Deploying to the Apple App Store currently requires some workarounds due to limitations in FlutterFlow:
685+
3. Using `watch()` queries creates a [StreamSubscription](https://api.flutter.dev/flutter/dart-async/StreamSubscription-class.html) and it's important to regularly call `.cancel()` on these to avoid multiple subscriptions for the same query running.
686+
4. Deploying to the Apple App Store currently requires some workarounds due to limitations in FlutterFlow:
688687
1. Download the code from FlutterFlow
689688
2. Open the `Podfile` located in the `ios/`directory
690689
3. The following option in the `Podfile` needs to be updated from `use_frameworks! :linkage => :static` to `use_frameworks!` (remove everything after the exclamation sign)
691690
4. After removing that option, clean the build folder and build the project again.
692691
5. You should now be able to submit to the App Store
693-
3. Exporting the code from FlutterFlow using the "Download Code" action in FlutterFlow requires the same workaround listed in 4\. above.
694-
4. Other common issues and troubleshooting techniques are documented here: [Troubleshooting](/resources/troubleshooting)
692+
5. Exporting the code from FlutterFlow using the "Download Code" action in FlutterFlow requires the same workaround listed in 4\. above.
693+
6. Other common issues and troubleshooting techniques are documented here: [Troubleshooting](/resources/troubleshooting)

0 commit comments

Comments
 (0)