flutter_rust_bridge
flutter_rust_bridge copied to clipboard
custom ignore_for_file in generated dart file
Is your feature request related to a problem? Please describe. Show too much lint messages in VSCode problem panel, if I had defined some strict lint rules in analysis_options.yaml. Even if I add a exclude config in analysis_options.yaml, As soon as I open the generated code file in VSCode, the exclude option does not work and the lint error is displayed again.
Describe the solution you'd like
Add a config in flutter_rust_bridge.yaml, something like to the preamble config in ffigen
| Key | Explaination | Example |
|---|---|---|
| preamble | Raw header of the file, pasted as-it-is. |
|
Hi! Thanks for opening your first issue here! :smile:
Looks reasonable, and feel free to PR for this!
Looks reasonable, and feel free to PR for this!
Seems easy, I'll give it a try.
Feel free to ping me if needing any hints :)
Just done,but I don't know if there's anything missing.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.