This app is using a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding.

Bu hatayı nasıl çözerim arkadaşlar ? @Flutter

Uygulamanın eski bir sürüm kullandığı zaman bu hatayı verir.

hasangungor
AndroidManifest.xml dosyasına gidip şunu eklemeniz yeterli.

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

    Write a Reply...