Ivan Danyliuk
Ivan Danyliuk
Installed fresh version of the plugin with the latest MacOS, Cascadeur and Blender versions. When clicking "Import Scene" error is the same as in https://github.com/arcsikex/cascadeur_bridge/issues/40 - "Permission denied: '/Applications/Cascadeur.app'". However,...
Hey, thanks for the wonderful plugin. Is it possible to use custom InputDecoration with this select? I believe many people use it in forms, and use either custom `InputDecoration` or...
Hi, I'm having an issue with streaming only when compiled to the web platform. It's the simple file upload chunking code that works fine on native platforms: upload.dart ```dart import...
`SearchFieldDecoration` don't provide a way to change the text (hint text, 'Search') color. Default color is of too high contrast, takes more attention than the items themselves. So if anyone...
Finally decided to upgrade to 3.x.x version. I'm using multidropdown in my own wrappers (for styling and convenience) and they all started throwing error: **'T' doesn't conform to the bound...
After upgrading to 3.x.x there is no way to achieve consistent field look&feel throught default Flutter's `InputDecoration`. Many people have code that provides InputDecoration to their fields' widgets. 3.x.x update...
I've started getting "could not serialize access due to read/write dependencies among transactions" on the transactions that used to work fine. I use Go client, and I'm not sure if...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.4.1 ### Platforms - [X] Android - [X] iOS - [X]...
Is it possible to change name for the rules/instruction file used by Claude-code? Like `.ai/README.md` or even `docs/project_overview.md` instead of `Claude.md`.
### Page URL https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source/ ### Page source https://github.com/flutter/website/tree/main/src/content/release/breaking-changes/flutter-generate-i10n-source.md ### Describe the problem Documentation about transition/migration from old flutter_gen way is incomplete. It offers two solutions, but if you apply them...