Nafis Islam
Nafis Islam
Hi, so I have a very specific case which I am wondering if this library can handle. let's say I have 2 uiviews **`viewA`** & **`viewB`**. I have some sub...
@wickwirew unfortunately no. it is just 2 uiviews inside same viewcontroller. maybe I can explain my issue in a little bit of detail. I have a container view inside my...
https://github.com/peerwaya/flutter_account_kit/issues/38#issuecomment-541813550 @vFloresHx I had this problem. maybe you can check. Still, don't know how to solve. could you manage to solve your problem?
when using following configuration it causes my error buildTypes { release { signingConfig signingConfigs.release minifyEnabled true useProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } after commenting last 3 lines it works