Lars Werner
Lars Werner
Hi, there are several devices missing, why not update them from here? https://developer.apple.com/design/resources/#product-bezels Would help alot of people!
https://gist.github.com/large/0db7b04de8eb22eb77011f2cde0a990f
**Describe the bug** I have chart using BarChart() and BarChartGroupData() with BarChartRodStackItem() similar with example#4 here https://github.com/imaNNeo/fl_chart/blob/main/example/lib/presentation/samples/bar/bar_chart_sample4.dart I have used the horizontal line for quite some time, but not the...
### Is there an existing issue for this? - [x] I have searched the existing issues and found no duplicates. ### What plugin is this bug for? Firebase UI Auth...
## Description Norwegian translation for sendVerificationEmailLabel was in English. ## Related Issues Not complete translation of Norwegian in the FirebaseUI ## Checklist Before you create this PR confirm that it...
See picture of export: It creates the keys on the online version. What is the difference?
I just tested to get the permission like this (as described in the example): ```dart final FlutterLocalNotificationsPlugin _plugin = FlutterLocalNotificationsPlugin(); final ios = _plugin .resolvePlatformSpecificImplementation< IOSFlutterLocalNotificationsPlugin >(); NotificationsEnabledOptions? result =...
**Describe the bug** Provider will be stuck in "loading state" second time invalidated (with asReload flag true). The retry logic is totally ignored when **not** using the asReload flag after...
If you put flip_card() in a another transform, the card animates on other animations. ## Expected Behavior Should stay put while animation is not running ## Current Behavior https://github.com/user-attachments/assets/692902ce-635f-4994-b21c-785bfead90db ##...
### What happened? Compiled the packages/home_widget/example/ios with failure because of missing Flutter package: > Swift Compiler Error (Xcode): Unable to find module dependency: 'Flutter' Had to add the flutter package...