under3415

Results 15 comments of under3415

OK, that's not too bad. What are the options for monetization with Flutter on Tizen if Google ads are not available?

> @under3415 have you any news since this issue please ? Nope

Hi This is the full command I use for the build: `flutter build appbundle --release --obfuscate --split-debug-info=./build/symbols` To get more details I added this to `/android/build.gradle` under `allProjects`: ``` gradle.projectsEvaluated...

Hi This issues is still present in version 0.2.4+1: ```` C:\Users\userName\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_purchase_android-0.2.4+1\android\src\main\java\io\flutter\plugins\inapppurchase\Translator.java:12: warning: [deprecation] SkuDetails in com.android.billingclient.api has been deprecated import com.android.billingclient.api.SkuDetails; ^ C:\Users\userName\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_purchase_android-0.2.4+1\android\src\main\java\io\flutter\plugins\inapppurchase\MethodCallHandlerImpl.java:27: warning: [deprecation] PriceChangeFlowParams in com.android.billingclient.api has been...

Hi You've missed one! Do you want me to open a new issue? ..\pub.dev\google_mobile_ads-5.1.0\android\src\main\java\io\flutter\plugins\googlemobileads\FlutterRequestAgentProvider.java:31: warning: [deprecation] getApplicationInfo(String,int) in PackageManager has been deprecated .getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA); ^