darshankawar
darshankawar
Can you provide a short video of the reported behavior occuring on web ?
Thanks for the update. I am unable to replicate this per my earlier verification. Keeping the issue open for team's tracking.
I was able to replicate the reported behavior with latest master version. master flutter doctor -v ``` [!] Flutter (Channel master, 3.24.0-1.0.pre.54, on macOS 12.2.1 21D62 darwin-x64, locale en-GB) •...
[Impeller] In CustomPaint, there is a rendering issue when using MaskFilter with the upper TextField
Thanks for the report. Seeing the same behavior as reported on latest sdk versions. ``` stable : 3.27.1 master : 3.28.0-1.0.pre.87 beta : 3.28.0-0.1.pre ```
Issue replicable on latest stable and master. Triggering `alert dialog` also changes `status bar` color. stable and master flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.5, on Mac OS...
> Requirements: > > * Pull the latest code from the flutter/devtools master branch > * Pull the latest code from the Dart SDK (or patch [this change](https://dart-review.googlesource.com/c/sdk/+/369100) if it...
Closing as resolved.
@luggin The url you are passing seems to be local to your setup which we can't access even through browser `initialUrl: 'http://192.168.1.68:8000/brand_list',`. So I tried with `https://flutter.dev/` instead and ran...
@luggin From the video I do see the issue, but we'll need a [complete runnable reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example) that shows the behavior you are reporting, so please provide the same...
Thanks for the update. I do see same behavior when I use `https://flutter.github.io/samples/web/charts/#/`, but not with below urls: `https://flutter.github.io/samples/#?platform=web` and `https://flutter.github.io/samples/` and `https://flutter.github.io/samples/charts.html`. https://user-images.githubusercontent.com/67046386/163187282-7d450b42-2eee-41f2-a571-856f5e81ab5d.mov https://user-images.githubusercontent.com/67046386/163187364-88a6eb0e-c9e8-4dbf-8f84-94b7bb419ea1.mov So it seems to be...