Reuben Turner

Results 47 issues of Reuben Turner

When in dark mode, the hex color shown should correspond to the dark variant of the color. Otherwise, another column specifically for the dark theme color values should be added....

@alexmercerind I know you're unable to do macOS related work, but I just wanted to open this issue as you'll inevitably get requests for macOS support! I would love to...

**Description** It would be nice if the `publish` command had a `--dry-run` option so that any issues can be addressed safely prior to publishing. For example: I just went to...

enhancement

### What information is missing? The [Developing Packages & Plugins](https://docs.flutter.dev/development/packages-and-plugins/developing-packages) document should go into more detail about writing plugins for desktop platforms. As a desktop plugin author myself, I have...

enhancement
p2-medium
e3-weeks

Would be nice to be able to pause the game to attend to something else and return later, without losing

Show off things you can do with Stream and Flutter on desktop with responsive design like: - [x] channel list on the left, chat on the right - [ ]...

enhancement
platform: desktop

Useful resources: * https://getstream.io/chat/docs/sdk/flutter/guides/adding_push_notifications/ * https://pub.dev/packages/firebase_messaging * https://github.com/leanflutter/local_notifier * https://github.com/invertase/flutterfire_desktop * https://firebase.flutter.dev/docs/messaging/overview

documentation
platform: desktop

Translucency in Flutter macOS applications can be achieved with the below Swift code, but it seems that this does not carry into new windows created by `desktop_multi_window`. Is this possible...

desktop_multi_window

### Page URL https://dart.dev/tools/pub/cmd/pub-global#activating-a-package-with-git ### Page source https://github.com/dart-lang/site-www/tree/main/src/tools/pub/cmd/pub-global.md ### Describe the problem There should be instructions for activating a package from git that is contained in a monorepo or other...

p2-medium
tools
e1-hours
packages

It can be useful to re-order items in a sidebar. This will required refactoring `SidebarItems` to use a `ReorderableListView`.

improvement