Flutter Internals
English
English
  • Introduction
  • Get Involved ❗
  • Learning Path
  • 🏭Core
    • Framework
    • Types
    • Messaging
    • Platform Integration
    • Conventions
  • 🌳Data Model
    • Widgets
    • Elements
    • Render Objects
    • Boxes
  • 🎨Rendering
    • Layout
    • Compositing
    • Painting
    • Semantics
  • 👆Interaction
    • Gestures
    • Focus
  • 🎥Animation
    • Animation
  • 🏙Assets
    • Asset Management
    • Images
  • 🔠Text
    • Text Rendering
    • Text Input
    • Text Editing
  • 📜Scrolling
    • Scrollable
    • Viewports
    • Viewport Layout
  • 🥒Slivers
    • Sliver Model
    • Persistent Headers
    • Container Slivers
    • Dynamic Slivers
  • 📱User Interface
    • Containers
    • Decoration
    • Themes
    • Tables
    • Material
  • 🧠Business Logic
    • Navigation
    • State Management
    • Async Programming
    • Testing
Powered by GitBook
On this page
  • How does Flutter interact with the system clipboard?
  • How does Flutter interact with the host system?
  • How are device dimensions (insets, padding, overlays) conveyed?
  • How are device configurations (resolution, orientation) conveyed?
  • What are service extensions?
  • What are SystemChannels?

Was this helpful?

Export as PDF
  1. 🏭Core

Platform Integration

TODO

How does Flutter interact with the system clipboard?

  • Clipboard and ClipboardData

How does Flutter interact with the host system?

How are device dimensions (insets, padding, overlays) conveyed?

How are device configurations (resolution, orientation) conveyed?

What are service extensions?

What are SystemChannels?

PreviousMessagingNextConventions

Last updated 5 years ago

Was this helpful?