Skip to content

csbhalerao/flutter_inter_platform_communication

Repository files navigation

flutter_app

A new Flutter application.

Getting Started

For help getting started with Flutter, view our online documentation.

Flutter provide amazing support for platform specific code. 

Flutter's platform-specific API support rely on a flexible message passing style between flutter code and native language code. It's simple host and client mechanism to pass messages.

The Flutter portion of your app sends messages to its host, the iOS or Android portion of your app, over a platform channel.

The host listens on the platform channel, and receives the message. It then calls into any number of platform-specific APIs - using the native programming language - and sends back a response to the client, the Flutter portion of your app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published