You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(flutter): add attachment support and macOS P2P permissions
Add basic attachment functionality to Flutter quickstart app and
configure macOS for P2P sync.
Attachment implementation:
- Add optional attachment field to Task model
- Add attachment note input field in task dialog
- Implement attachment creation with store.newAttachment()
- Implement attachment fetching with store.fetchAttachment()
- Display attachment indicator and view button in task list
macOS P2P permissions:
- Add NSBluetoothAlwaysUsageDescription for BLE sync
- Add NSLocalNetworkUsageDescription for WiFi P2P
- Add NSBonjourServices for local network discovery
- Add com.apple.security.network.client entitlement for cloud sync
- Add com.apple.security.network.server entitlement for P2P sync
iOS simulator support:
- Add iphonesimulator to SUPPORTED_PLATFORMS for Release/Profile builds
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments