Enguerrand ARMINJON

Results 338 comments of Enguerrand ARMINJON

Need reproductible code. Got a similar problem but was code related.

@stuartmorgan , I didn't know enough objective C to do that ...

Something like : ``` set_changelog(changelog: values[:changelog], version: get_version_number(target: "Runner")) ```

Issue still here : the fix is to add an extra space at the end of the title.

> > Issue still here : the fix is to add an extra space at the end of the title. > > No because the app proposed to share are...

I test print(await StripePayment.canMakeNativePayPayments([])); Display always **false**, despite of the fact that I can pay with google pay with this device with my app :). In which valid use case...

Actually to prevent downloading twice same task i check state with : ```dart String query = "SELECT * FROM task WHERE file_name='$fileName' and saved_dir='$outputPath'"; List tasks = await FlutterDownloader.loadTasksWithRawQuery(query: query);...

Problem still here :'( EDIT : FIX My ide was with multiple project, so i open only once and the plugin works well.

use kotlin 1.6.10 instead of 1.3.50 : ``` ext.kotlin_version = '1.6.10' ```