Arash V

Results 35 comments of Arash V

Any hints on when it might be merged? ☺️

@bartekpacia Will you please take a look at this when you have time before it falls long behind the `master` with lots of merge conflicts? :)

Hi @bartekpacia That was also my intention to add this feature in ios, so the `displayName` could be used as title instead of filename for the modal dialog when opening...

> On OSX default font smoothing is enabled, and It looks flutter 1.7 is using that setting too in tests... So quickfix is disable "Use font smoothing when available" @krispypen...

@derolf You can disable the FontSmoothing by running this command: 'defaults -currentHost write -g AppleFontSmoothing -int 0'

Code sample ```dart import 'dart:developer'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override...

@hangyujin By reducing the semantic size of the filled widget, how will it effect the focus-ring when screen reader focuses on the widget? I have created a new sample code...

@dlutton Did you had time to look into this issue? 🙂

This has fixed our issue. Hope get merged soon :)