Flutter your app to be migrated to the Android embedding v2

4 min read

只需要改动\android\app\src\main目录下的AndroidManifest.xml文件。增加如下内容:

<manifest>
    <application>
        <meta-data android:name="flutterEmbedding" android:value="2" />
    </application>
</manifest>