Alex Wallen
Alex Wallen
Part 2 of a fix for https://github.com/flutter/flutter/issues/92673. In short, calling run app twice, the second with no content, and then resizing the window caused apps to hang. The initial fix...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
Removes deprecated `updateSemantics` APIs from `PlatformDispatcher`. Fixes https://github.com/flutter/flutter/issues/112221 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
[VoiceOver repeats same text or label property text of Semantics Widget on MacOS 12.5.1](https://github.com/flutter/flutter/issues/111094) when `AXTitleInternal` is called twice from `accessibilityTitle` and `accessibilityLabel`. **Demo** https://user-images.githubusercontent.com/44445638/193924691-1e74891b-4999-4fda-bde1-a69438fb2de9.mov _Before patch_ ```obj-c - (NSString*)accessibilityLabel...
## Use case The native background color of a flutter view and flutter app window should be overridable so that users can make desktop apps with a custom shape. ##...
Surfaces the `useLegacyColorScheme` property from `BottomNavigationBar`. Fixes https://github.com/flutter/flutter/issues/116903 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
### Bug Description  ### How to Reproduce ?? cc @annieappflowy ### Expected Behavior GitHub logo is visible ### Operating System macOS ### AppFlowy Version(s) main ### Screenshots _No response_...
### Bug Description Insert a referenced board/grid as the first item in a document. I want to add text above it, but the selection doesn't allow me to move above...
### Bug Description  If there's more than one line of text, the title overflows. ### How to Reproduce Open a new Board Item and type 100+ characters. ### Expected...
### Bug Description Some integration tests on Windows have been broken since I started work here, but I needed help figuring out why. While I was working on adding custom...