๐ UPDATE: The FlutterFlow + PowerSync integration guide now includes file and attachment syncing for your FlutterFlow app! ๐ผ๏ธ๐
๐ง Context
PowerSyncโs FlutterFlow library gives you an in-app SQLite database that syncs with Supabase in real-time. This means you can query data instantly from a local database instead of relying on network calls.
๐ฅ Whatโs new?
You can now sync files and attachments along with structured data. The updated guide covers:
โ
How to use the powersync_attachments_helper
Flutter package
โ
Storing files in Supabase Storage
โ
Keeping everything in sync
Try it out and share your feedback! ๐
๐ Read the guide: Handling Attachments in FlutterFlow + PowerSync