-
Detailed error:
`[tool_crash] ProcessException: The command failedStdout:Stderr:[/home/ramamoorthy/snap/flutter/common/flutter/bin/cache/downloads/storage.googleapis.com/flutter_infra/flutter/4654…
-
I came by accident across the fact that there is extremely heavy lag on building text widgets with multiple emojis (maybe those are the reason).
The jank frame took about 230ms on a Pixel 3 XL phone …
-
Screenshot command gets confused by too many devices.
```
% flutter devices [~/Projects/flutter/flutter]
3 connected devices:
N…
-
## Steps to Reproduce
1. Run code in _Code sample_ section (Is a modified version of getting started code from Flutters web page).
2. Transition to page and go back
**Expected results:** Large …
hazzo updated
7 months ago
-
Problems: no exceptions or debug logs shown in console, only log from `print()` is being shown, similar to [41133](https://github.com/flutter/flutter/issues/41133)
Tested on:
- iPhone 5S iOS
- iP…
-
Some widgets are not inheriting the fontFamily defined in the global theme widget. In the attached screenshot, you can the appBar title is using the correct fontFamily but the CupertinoAlertDialog is …
-
I'm trying to create my UI where the objects inside a Wrap are justified, but it doesn't seem to be possible at the moment. This is what I currently have:
```dart
import 'package:flutter/material.…
-
For some reason, the build fails if iOS code is uncommented in build.gradle.
```
> Task :shared:cinteropFirebaseFirestoreIos
Exception in thread "main" java.lang.Error: /var/folders/_x/sj21vdjs1j…
-
```
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: …
-
## Steps to Reproduce
Create a DropDownButton widget inside a RotatedBox with quarterTurns:2 (or other value)
**Expected results:**
Dropdown menu button to be rotated 180°, menu items to also be …