Yusuf Safrudin

Results 6 comments of Yusuf Safrudin

Hello, Can you show me how to change value inside pagewise list like this https://stackoverflow.com/questions/50044618/how-to-increment-counter-for-a-specific-list-item-in-flutter thank you

hallo, have you found the solution for this issue? i have same issue for this > Could not get unknown property 'apkData' for ApkVariantOutputImpl_Decorated{variantOutput=VariantOutputImpl(versionCode=property(java.lang.Integer, fixed(class java.lang.Integer, 10000)), versionName=property(java.lang.String, fixed(class java.lang.String,...

> 我自己试了一下 , 如果开启混淆 ,只添加 -dontoptimize 生成的patch 很会很大 , 目前发现要想解决只能禁用混淆 , 添加 -dontobfuscate hallo, where do you add -dontoptimize and -dontobfuscate ?

does the url use http or https? because my app running well using https

you can use pagination using pagewise https://pub.dev/packages/flutter_pagewise

When building ios from xcode i need to define dart main entry for every environment on `FLUTTER_TARGET` how to make it automatically refer to dart main entry for every environment...