-
Getting the following error:
```
../../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/phone_form_field-5.0.4/lib/src/widgets/measure_initial_size.dart:20:29: Error: Method 'addPostFrameCallback' …
-
I am getting this issue every time I try to debug some sample code from the book "Flutter for Beginners" on Ubuntu 20:04
I do not see the issue if I launch the code without debuging.
- Logs:
``…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
3. It shows a black screen
**Expected results:** The app works properly
**Actual results:** Black screen
Code samp…
Fumaz updated
2 years ago
-
Please can anyone assist. We are using FFB for the login and signup areas, and Firebase with GetX statement management. The error below seems to occur adhoc in the application, when typing in the FFB …
-
**Describe the bug**
Flutter project is not compiling after upgraded to Flutter 3. See the following logs
````Launching lib\main.dart on N9517 in debug mode...
Running Gradle task 'assembleDebug'..…
-
For example, in the code bellow I need to tell the compiler that these optional parameters are required.
```dart
bool run({
String taskId,
String command,
List? args,
}) {
…
-
I have `form = FormGroup(...)` as a final variable in my stateless widget `MyFormGroup()`. I provide the form object to the `ReactiveForm(...)` widget in the build method. Will the `ReactiveForm` widg…
-
In the latest Flutter 3.0. maxLengthEnforced maybe completley removed by flutter.
```
../../.pub-cache/hosted/pub.dartlang.org/automated_testing_framework-3.3.1+1/lib/src/widgets/testable_text_f…
-
Build on web seems to be in a loop as soon as I create a "supercharged" enum (with dart 2.17) with a property called `name`.
## Steps to Reproduce
1. Take any flutter app that supports the web
…
-
Just upgraded to Flutter v3 and ran `flutter clean cache` and then tried to build and am hitting errors for `flutter_stripe`.
```
Launching lib/main.dart on sdk gphone x86 64 arm64 in debug mode..…