Skip to content

codezri/flutter-call-java-example

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published