nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

Check for null and empty string #51

Closed nooralibutt closed 1 year ago

nooralibutt commented 1 year ago

right now if we pass empty app id, it initializes that plugin or if we pass empty placement id, we are initializing that placement. We need to check if that placement id is empty or null then don't initialize it.

nooralibutt commented 1 year ago

fixed