Adrian Samoticha

Results 20 issues of Adrian Samoticha

Currently, when enabling the `showColorCode` flag, the widget will display the color codes in a `0xAARRGGBB` format. However, it might be desirable to be able to change both the prefix...

enhancement
discussion

## Steps to Reproduce 1. Execute `flutter run` on the code sample **Expected results (captured in Flutter 3.3.10):** **Actual results (in Flutter 3.7.0):** Code sample ```dart import 'package:flutter/widgets.dart'; void main()...

engine
platform-mac
a: desktop
has reproducible steps
found in release: 3.7

Allow the window's [`styleMask`](https://developer.apple.com/documentation/appkit/nswindow/1419078-stylemask) property to be modified.

enhancement
macOS

Calling `Window.makeWindowFullyTransparent()` (introduced in #48) is supposed to make the window fully transparent (with only flutter-drawn widgets, the title, and the traffic light buttons remaining visible), however, a thin, white...

bug
help wanted
macOS

Hello, I am the maintainer of the macOS port of [flutter_acrylic](https://github.com/alexmercerind/flutter_acrylic) and the author of the [macos_window_utils](https://github.com/Adrian-Samoticha/macos_window_utils.dart) package which it depends on. In a [discussion on the macos_ui repository](https://github.com/GroovinChip/macos_ui/discussions/322#discussioncomment-4763568) we've...

I have posted a guide on how to change the application’s accent color in #486. This issue proposes adding it to the readme.

documentation

Considering that the `example.cpp` file makes use of `std::function`, shouldn’t it include ``, then? Compiling without the aforementioned `include` state throws the following compiler error on my end: ``` main.cpp:...

Resolves #10.

The following code in the `SaliconLoader.py` file ```py imgs = make_trainset(root) if not imgs: raise(RuntimeError("Found 0 images in folder: " + root + "\n")) ``` is attempting to concatenate a...

Add methods for the ~~[`miniaturize`](https://developer.apple.com/documentation/appkit/nswindow/1419426-miniaturize)~~*, [`deminiaturize`](https://developer.apple.com/documentation/appkit/nswindow/1419334-deminiaturize), [`performMiniaturize`](https://developer.apple.com/documentation/appkit/nswindow/1419749-performminiaturize), and [`isMiniaturized`](https://developer.apple.com/documentation/appkit/nswindow/1419699-isminiaturized) methods of the [`NSWindow`](https://developer.apple.com/documentation/appkit/nswindow). None of those methods require any arguments (except for a sender, which may be `nil`), and are...

enhancement
good first issue