/FlutterCallbacksTutorial

A companion repo for a tutorial blog post demonstrating usage of cross language callbacks in Flutter

Primary LanguageDartApache License 2.0Apache-2.0

Flutter Callbacks Tutorial

This is a companion repo for a tutorial blog post. The project demonstrates usage of cross language callbacks in Flutter.

Feel free to take a look if you'd like to learn how to call Dart callbacks from Java or Objective-C code.

Let us know if you think we have made some mistakes. :)

Forked from FlutterPluginPlayground for easy bootstrapping.