Skip to content Skip to sidebar Skip to footer

How To Combine Java Native Within The Xml Android And Dart Flutter

I've been searching for tutorial that relates to combine native android and dart, so far this is the best https://proandroiddev.com/communication-between-flutter-and-native-modules

Solution 1:

Open Android Studio, click on File > Open and choose the android folder of your flutter app project, it should be in the root directory of your app project.

That's it.

Solution 2:

In your_project folder you have 3 packages - lib, android and ios. If you want to work with your activity - you have to open project, which located on your_project/android. After that this problem with R have have to disappear

Post a Comment for "How To Combine Java Native Within The Xml Android And Dart Flutter"