-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
E/flutter ( 6983): #0 _SignupState._signUp (package:dialogico/home/signup.dart:38…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample, with platform being any of flutters supported platforms except html renderer
2. Execute 'flutter run' on code sample with th…
-
I can only scroll in the Widget Details Tree in the Flutter Inspector when my mouse is to the far right of the screen. Elsewhere, nothing happens when I scroll the mouse wheel. Also notice that the …
-
## Problem description
When using `initialScrollIndex` other than 0 in combination with `shrinkWrap`, the list is not rendered correctly.
## Steps to reproduce
sample code
```
import 'packa…
-
flutter: Could not verify:
Instance of 'ReCaptchaNotAvailableException' at #0 FGrecaptcha.verifyWithRecaptcha (package:f_grecaptcha/f_grecaptcha.dart:32:13)
#1 new LoginUIState. (package…
-
**Package Version**
Github, main
**To Reproduce**
Steps to reproduce the behavior:
1. Run code sample in mobile browser (I tested on iOS)
2. Focus editor, so that the keyboard is opened
3. Tap…
-
**Describe the bug**
The center of the pie chart has an incorrect color when it has one PieChartSectionData in the sections parameter and the PieChartSectionData color has opacity
**To Reproduce**…
-
Generally flutter apps can have backend-specific code in them: They do something else on web vs non-web, use different plugins on iOS vs Android, etc. That also means the resources needed will vary de…
-
On android work perfect, but on flutter web Chrome, Firefox is invisible.
https://rive.app/a/m1n0/files/flare/human-body
`name: splendor_app
description: A new Flutter application.
version: …
-
When using multiple `VideoPlayer` widgets with the same controller, only the last widget is rendered.
This problem happens only on web. On iOS and Android, all players are rendered correctly.
If…