Kalle Johansson

Results 5 comments of Kalle Johansson

I had a similar issue which I managed to solve when I was trying to wait for both futures simultaneously. ``` final List setupFutures = [ RemoteConfig.instance.setConfigSettings( RemoteConfigSettings( fetchTimeout: Duration(seconds:...

I don't think it's the permission handler's responsibility to call `presentLimitedLibraryPicker`. It should be done by your image picker. If you are building your own you can use the library...

My view is that this is something you do after you have been granted limited permission to the photo library. From the docs: _If the user enabled limited library access...

> > I resolved the issue using `PhotoManager.setIgnorePermissionCheck(true);`. Thank. > > @alejandrogiubel I've tried doing like this, is this the right way? > > ```dart > await PhotoManager.setIgnorePermissionCheck(true); > List...

I can also confirm that the issue is back in later Flutter versions. @dnfield Do you know if this is currently being worked on?