The official guide on how to Add a Flutter screen to an Android app explains how to add a simple page but what about a screen which gets data from native side through flutter channel.
Issue with native calls inside flutter aar : -
After converting module into flutter aar , native code is not included hence native call wont work.
How to add native code / flutter channel code in flutter aar ?
You may missing some steps.
Follow the instruction: add-the-flutter-module-as-a-dependency
After running
flutter build aaryou need to do more config as the console hints.Flutter will make a local repository for you, and you need to copy it's path add to your build file. And then add the dependency to your host app.
Hints would be like: