dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
156 stars 89 forks source link

Deprecated version of the Android embedding! #122

Open rushabhshah065 opened 2 years ago

rushabhshah065 commented 2 years ago

The plugins facebook_audience_network, flutter_custom_dialog use a deprecated version of the Android embedding.

To avoid unexpected runtime failures or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.

If you are a plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

kapil708 commented 2 years ago

try this

facebook_audience_network:
    git:
      url: https://github.com/MattyBoy4444/facebook_audience_network.git
      ref: V2-Android-Embedding
theone9807 commented 2 years ago

Hi @kapil708,

should i use this in the dependency as you have mentioned ?