Stefan Schaller

Results 11 issues of Stefan Schaller

## 🐛 Bug Report I just recognized that iOS shows "notifications off" in the settings of the app, when each single option is disabled, BUT the actual toggle "Enable push...

I use: `flutter --version` Flutter 2.2.1 • channel unknown • unknown source Framework • revision 02c026b03c (vor 6 Monaten) • 2021-05-27 12:24:44 -0700 Engine • revision 0fdb562ac8 Tools • Dart...

## 🚀 Feature Requests It's possible since iOS 14 to set the position to precise or not. There is an option to do that on Android. Check the picture below:...

platform: android
platform: ios
type: enhancement
P2
refactor

There is an error when running the web and try to call `setMapLanguage`: `flutter run -d chrome --release --web-renderer html` ``` js_helper.dart:1195 Uncaught TypeError: d.gzm is not a function at...

Since padding for the viewport is useful for centering the content, it would be helpful to add the `setPadding` to this package. Example: https://maplibre.org/maplibre-gl-js-docs/example/offset-vanishing-point-with-padding/ The documentation for the native side:...

enhancement
android
ios

It would be great to convert the code to Kotlin, for a better readability & to be much more save regarding null safety and so on.

enhancement
android

I added the option to get the current value like: ` await FGBGEvents.current;`

## :scroll: Description If previously didn't work when switching the theme, since a lot of widgets didn't receive the correct brightness after the theme was switched. ## :bulb: Motivation and...