Alex Wallen

Results 28 issues of 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...

team

*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...

platform-ios

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...

platform-web
embedder

[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...

needs tests

## 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. ##...

new feature
engine
platform-windows
platform-linux
proposal

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...

p: flutter_adaptive_scaffold

### Bug Description ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/44445638/8ab9480d-a16f-447e-8781-aaebdd3283eb) ### 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
editor

### Bug Description ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/44445638/412bed0a-ba48-4655-b783-c8af62ada480) 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
good first issue for devs
kanban board

### 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...