Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 595 Bytes

flutter-call-java-example

Calling Java code (on Android) from Dart code in Flutter

How to run the app?

  • Install Android SDK and Flutter.
  • Clone the repository.
  • Run the Flutter app with flutter run

How to call Objective-C on iOS

Implement a method channel listener in the iOS host app (refer this guide) similar to the Android version. Then, this Flutter app will work as expected on iOS too.

License

MIT