Maugost

Results 33 comments of Maugost
trafficstars

Drop a screenshot of your gradle-wrapper.properties

Hi, if you do want to use this plugin set the following: Your project build.gradle classpath : classpath 'com.android.tools.build:gradle:3.5.0' set your app.gradle to: compileSdkVersion 29 minSdkVersion 21 targetSdkVersion 29 set...

> Is there any alternative? They keep saying just use an older gradle, but that's a terrible fix and for most impossible to use Hi, how is this a terrible...

It doesn't mean that this plugin isn't working. Comment out the package that's dependent on 4.2 and run it, or you can Fork the repo and make it compatible

Drop a screenshot of your project build.gradle && app build.gradle

Hi, if you do want to use this plugin set the following: Your project build.gradle classpath : classpath 'com.android.tools.build:gradle:3.5.0' set your app.gradle to: compileSdkVersion 29 minSdkVersion 21 targetSdkVersion 29 set...

Sorry this feature hasn't been tested properly, that's why it's commented out.

On what platform? Android or IOS

if this is on IOS add this permission on the ios/runner/info.plist ` NSCameraUsageDescription App needs access to allow you to capture your best moment io.flutter.embedded_views_preview NSPhotoLibraryAddUsageDescription App needs access to...