Christian Navolskyi

Results 11 comments of Christian Navolskyi

Oh sorry, forgot to make the project public. You should be able to see it now. I would still like to use the regular app bar widget, but with additional...

Oh right, I didn't notice the `SizedBox` in @iapicca comment. Then everything is working. Thank's for the quick help @bleroux and @maheshmnj!

Since my use case is only to check whether bluetooth is turned on or off, I actually don't need any bluetooth permission at all on no android device. The documentation...

It seems that the problem arises from `import 'package:intest/util.dart';`. When using `import 'package:intest/b.dart';` in `A` to import `B` it works. However having those exports (in `utils.dart`) is quite convenient and...

Same issue still present in version `1.1.2`. I updated the example repo.

Okay, makes sense. Thanks for looking into it. Recently I stumbled over another related issue, but I didn't have the time to create an example to reproduce it and by...

> The Flutter engine matches fonts within a family based on the metadata in the font itself, not the style descriptors declared in the `pubspec.yaml` manifest. (We should remove the...

@benjaminpaik, if I remember correctly there were issues with release builds when having the permission set twice in the manifest. So that is not really a workaround.

That permission is already present in the code, it's just not mentioned in the README. Its in [`permission_handler_platform_interface/lib/src/permissions.dart`](https://github.com/Baseflow/flutter-permission-handler/blob/978dbebc195a3d23c18b067a6357d7cdd6e729f6/permission_handler_platform_interface/lib/src/permissions.dart#L126). ```dart /// Permission for adding photos to the device's photo library (iOS...

I also would love to see this feature!