darshankawar

Results 1045 comments of darshankawar

Verified this on latest versions and confirmed the behavior is still replicable. Talkback / voiceover doesn't announce / read disabled textfield. stable, master flutter doctor -v ``` [✓] Flutter (Channel...

Verified this issue using latest versions and observed that the behavior persists. The dropdown menu items are shown left aligned by default even after specifying `textDirection: TextDirection.rtl`. runnable code sample...

Using the original code sample https://github.com/flutter/flutter/issues/36419#issue-469570408, the issue is replicable on latest stable and master. flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.6, on Mac OS X 10.15.4 19E2269...

Hi @iapicca, I tried doing it which solved the issue, but I kept this issue open because earlier this week, I gave a similar [solution](https://github.com/flutter/flutter/issues/75107#issuecomment-770781154) to an issue and closed...

I am able to replicate this on Android emulator Pixel 3XL (although not consistently, but yes I did see flickering of flutter app while switching between app overviews). [34864.mov.zip](https://github.com/flutter/flutter/files/5652788/34864.mov.zip) flutter...

flutter doctor -v ```bash [✓] Flutter (Channel stable, 1.22.5, on Mac OS X 10.15.4 19E2269 darwin-x64, locale en-IN) • Flutter version 1.22.5 at /Users/dhs/Code/flutter_stable • Framework revision 7891006299 (6 weeks...

This issue is replicable using latest stable and master versions. updated runnable code sample ``` import 'package:flutter/material.dart'; import 'dart:ui'; void main() => runApp( const MyApp( key: Key('app'), ), ); class...

Verified the original issue using latest stable and master versions and observed that the reported behavior persists. stable, master flutter doctor -v ``` [!] Flutter (Channel stable, 3.7.0, on macOS...

This behavior still occurs using latest stable (2.5.1) and master version, as, a [new](https://github.com/flutter/flutter/issues/90726) issue was opened to report it. Added a `crowd` label after looking at comments in this...

Verified using latest versions and the originally reported behavior persists. stable, master flutter doctor -v ``` [!] Flutter (Channel stable, 3.7.3, on macOS 12.2.1 21D62 darwin-x64, locale en-GB) • Flutter...