annd22

Results 6 issues of annd22

I've successfully built my appimage file, but after run, it show the default icon like this ![image](https://github.com/leanflutter/flutter_distributor/assets/83078116/10b66206-d4a0-43e2-b6d0-b189a76b7528) I checked the `make_appimage_config.dart` file and saw that the field `Icon` was equal...

Hi, I currently copy the image to clipboard with `Pasteboard.writeFiles([...])` In the app, I successfully get the image from clipboard with `Pasteboard.image` But when I go to another chat app...

platform-windows
pasteboard

Add `--post-package-windows-cmd` option to execute custom commands between build and package steps for Windows platform. This enables custom file operations (like code signing) on the built executable before packaging. Changes:...

I'm using the flutter_distributor library to package a Flutter Windows application. The current packaging workflow is as follows: - flutter_distributor runs `flutter build` to build files. - It then packages...

### Have you checked for an existing issue? - [x] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Use case **Context** Currently, `InlineCodeStyle` in `flutter_quill` only supports: - backgroundColor - radius...

enhancement

Hi maintainers 👋 When adding `flutter_secure_storage` to a Flutter project targeting Windows, the plugin builds and runs successfully in `Release mode`, but fails in `Debug mode` with the following error:...

stale