platform_handler 1.1.1
platform_handler: ^1.1.1 copied to clipboard
Organize Flutter MethodChannel calls, native callbacks, and request-id based ping-pong responses.
1.1.1 #
- update dependencis
- README.md tiny tuned
1.1.0 #
- Add channel registration and native method invocation to
PlatformHandler. - Add
PingPongPlatformNotificationfor request id based one-response handling. - Automatically wrap ping-pong requests with
{requestId, arguments}and unwrap{requestId, responseData}callbacks. - Update README and example for simpler onboarding.
1.0.3 #
- tiny tuned for example
1.0.2 #
- README.md tiny tuned
1.0.1 #
- README.md tiny tuned
1.0.0 #
- Initial version.