Bill Patterson
Bill Patterson
Running app (iOS app) generates log files: - some.log (lets call this "File A") - some_timestamp1.log - some_timestamp2.log Then app is quit (force quit by user, or invisibly by iOS)....
Updated class and constructor documentation to help others avoid two problems I experienced: (a) not understanding how files are "grouped" using .identifier, and how this affects "grouping" of files when...
**Describe the bug** Manual installation directions on project GitHub page do not work. May be missing steps implied as understood (?) **To Reproduce** Steps to reproduce the behavior: 1. Download...
Mac OS 15.3.2 Flutter: ``` % flutter --version Flutter 3.29.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 09de023485 (3 weeks ago) • 2025-02-28 13:44:05 -0800 Engine • revision 871f65ac1b...
The example from pub.dev listing does not run. Cut and paste it into a new file in a flutter project, and it has compile errors. It seems to be an...
## Use case Common feature of desktop apps -- right click to bring up a context menu to set a style, remove an item, add a new item, etc... 1000-and-1...
**Description** ```MacosSlider.color``` property defaults to ``` this.color = CupertinoColors.systemBlue``` when not specified, rather than defaulting to system accent color. This seems to be generally inconsistent with behavior of other macos_ui...
## Use case Linking into stream of undo events from text field is critical for any application that needs to support undo of more than just text edit changes in...
**Description** Mac window title bar and toolbar have some very strange interactions that make replicating a standard mac UI appearance very difficult. See below for example code, noting two relevant...