bdlukaa / native_admob_flutter

Easy-to-make native ads in flutter using AdMOB SDK.
https://pub.dev/packages/native_admob_flutter
BSD 3-Clause "New" or "Revised" License
81 stars 57 forks source link

Doesn't work on android 12 #119

Open taehyongi opened 2 years ago

taehyongi commented 2 years ago

I built my app on Android api 32 (android 12), but the app didn't work.

I use flutter v2.8

So, I created a whole new project and added native_admob_flutter to pubspec, but the app did not run.

On android 11 it works fine.

please update