-
Given a `RenderParagraph`, which can be achieved with a standard `Text` widget, the reported height of a line of text has a 1px difference depending on whether the text is empty, or non-empty.
This…
-
E/flutter (10721): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: NoSuchMethodError: The getter 'requestPhoneAndSmsPermissions' was called on null.
E/flutter (10721): Recei…
-
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following assertion was thrown building LocationScreen(dirty, state:
_LocationScreenState#8c1…
-
Consider the following demo:
```dart
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@ov…
Hixie updated
1 month ago
-
Bug
```
The following assertion was thrown while finalizing the widget tree:
An OverlayEntry must first be removed from the Overlay before dispose is called.
'package:flutter/src/widgets/overla…
-
### **This error when open the PDF in Android only. iOS works fine**
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following _CastError was…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
**Describe the bug**
I seem to be getting the following error from ConsumerStatefulWidget (or rather, ConsumerState)
_TypeError
Null check operator used on a null value
framework.dart in State…
-
my svg is
```
Family members of patients
Created with Sketch.
…
-
When `GestureDetector` is nested, `onTap` may trigger after Element `deactivate`.
### Steps to reproduce
Click on the blue area.
### Expected results
`onTap` don't trigger after Element `d…