Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 518 Bytes

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.