Theuno de Bruin
Theuno de Bruin
This is the complete code based on the answers above: ``` dart import 'dart:io'; import 'package:cookie_jar/cookie_jar.dart'; import 'package:dio/dio.dart'; import 'package:dio_cookie_manager/dio_cookie_manager.dart'; class MyCookieManager extends CookieManager { MyCookieManager(CookieJar cookieJar) : super(cookieJar); @override...
As an interim fix until the package support null safety you can edit the app_bar.dart file (line 147) in the package from this: ``` final ScaffoldState scaffold = Scaffold.of(context, nullOk:...
Is it possible to open the app page, similar to what you do when you add writeReview: false. We use the package to do a soft check for updates. We...
It looks like the issue is only applicable when you select keepExif=true. When i set this to false it works as expected. I updated the title of the issue to...
Also struggling with this, this is my question on SO https://stackoverflow.com/questions/72518185/algolia-view-match-score-confidence-level-as-part-of-the-returned-object?noredirect=1#comment128189688_72518185
Also having this issue. It runs fine on the simulator, and on device when in debug mode. But when you run in release mode / upload to the store nothing...
Running the example app now and getting fatal error: 'metal_delegate.h' file not found #import "metal_delegate.h" Is there a way to get pass this without downgrading?
Is there a way to get past this without downgrading?
Any update on when this issue will be addressed?
I can confirm that this is working. ``` dart tflite: git: url: https://github.com/swarmidentity/flutter_tflite.git ref: 6ed08242a0d4d34432bf18790846b8a3033a7057 ```