Platform Skills
What this domain covers
Platform integrations and constraints: permissions, camera/files, push notifications, background tasks, platform channels, app lifecycle, and foldables platform considerations.
When to read it
- •A feature depends on OS capabilities or app lifecycle.
- •You need to bridge native APIs via platform channels.
- •You’re targeting foldables and need posture/limitations context.
Subtopics
- •Permissions: permissions.md
- •Camera & files: camera_files.md
- •Push notifications: push_notifications.md
- •Background tasks: background_tasks.md
- •Platform channels: platform_channels.md
- •App lifecycle: app_lifecycle.md
- •Foldables: foldables.md
Decision guide
- •If you need lifecycle correctness, go to app_lifecycle.md.
- •If you need native bridging, go to platform_channels.md.
- •If you need foldable posture constraints, go to foldables.md (and then ../ui/foldables.md).