A demo using home_widget package to create PowerSync home screen widget. The widget allows for adding and deleting list items, which are reflected in the app and vice versa.
Only iOS is supported for now.
- Setup backend server:
cd backend docker compose --env-file .env.local up -d - Run the app:
flutter run
- Add the widget to your home screen. (IOS: Tap and hold on the home screen, tap the '+' (or 'Edit') button in the top left corner, search for "Flutter Home Widget" and add the widget.)