I am a bit puzzled about what to do for adding subscriptions and in-app to the Android version (flutter).
The console says: "Your app gets no app for the moment" and "in order to as in-app, you must include BILLING permission in your APK"
But in the app bundle I just added inAndroidManifest.xml and uploaded to the google play console (though not deployed yet):
<uses-permission android:name="com.android.vending.BILLING"/>
</manifest>
Not sure this is ok.