Zahra Jamshidi

Results 24 comments of Zahra Jamshidi

Did you find a solution to force the app update? I mean users could not use the app unless they update to the latest version.

I do the the same for the "Latest Version". I was wondering if the library provides any solution for forcing users. I ended up calling "performUpdate" method in a loop...

I need to disable swipe, too

For now, I copied their implementation and added a flag to enable/disable the widget. Then I added the following line at the beginning of [onPanUpdate](https://github.com/ShaunRain/flutter_tindercard/blob/master/lib/flutter_tindercard.dart#L164) callback ``` if (!widget.enable) return;...

I have the same issue. Despite I fixed the aspect ratio, when I scroll items jump and the scroll is not smooth. here is my code: ``` var width =...

I'm facing the same issue. any solution?

I'm facing the same error: ``` * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the...

@yuhao900914 the version of the Kotlin Gradle plugin used in the library is '1.3.40'. https://github.com/amplitude/Amplitude-Flutter/blob/153837ef69396615b3f496b6bc1449cc8e66ef35/android/build.gradle#L5

I have the same problem. I wanted to reduce the app size, so I enabled the bitcode flag. Then the project failed to build: ``` ld: '/Users/zahra/FlutterProjects/motiveex_fluttter/build/ios/Release-iphoneos/Amplitude/Amplitude.framework/Amplitude' does not contain...

here is the output of flutter doctor: ``` [✓] Flutter (Channel stable, v1.17.0, on Mac OS X 10.15.5 19F101, locale en-LK) [✓] Xcode - develop for iOS and macOS (Xcode...