-
Hi!
Would it be possible to navigate to other screen on tapping of completed level and current level?
Thanks!
-
It seems like we should remove one of the following boundaries, and that the logic should complain that one of them is redundant. Maybe if the parent is a RenderRepaintBoundary, then it should always …
-
Drawing lines with (the default) strokeWidth 0 on web acts more like strokeWidth 1, it scales when the canvas is scaled. It should always produce a 1-pixel line.
## Steps to Reproduce - run this…
-
I was experiencing crashes on a Samsung Galaxy S21 running Android 13 (sometimes the system would report that the app is buggy, other times it would just crash outright). I did not experience this on …
-
Using DevicePreview to run on chrome shows the following error, no device frame is shown:
══════╡ EXCEPTION CAUGHT BY RENDERING LIBRARY
The following UnimplementedError was thrown during paint(…
-
The native graphical time picker has this functionality, so it should be implemented here.
-
-
An app that uses `strokeWidth = 0` (hairline stroke) will not be rendered correctly on a mobile browser, but works fine in a desktop browser. Instead, it appears that when painting with hairline str…
-
### 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/docs/…
-
this code below works fine on flutter mobile
but on web it throws an error
```dart
import 'package:flutter/material.dart';
void main() => runApp(App());
class App extends StatelessWidget {
…