annd22
annd22
I've successfully built my appimage file, but after run, it show the default icon like this  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...
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...
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:...