Adam Smith
Adam Smith
It would be helpful for CI/CD if the `custom_lint` CLI output the severity of the lint. For example, perhaps I want to fail PR's that trigger a lint of 'error'...
Is there a way to exclude certain files/patterns from analysis globally? (besides to ignoring them in each lint). In the `analysis_options.yaml` file you can exclude files/patterns from the static Dart...
fixes #22
**Describe the bug** `Ongoing` notifications on Android 14 are dismissable **To Reproduce** 1. Create a notification using the [example `ongoing` code](https://github.com/MaikuB/flutter_local_notifications/blob/a3d58bd6a59d0ea79e260ae7347a65ebb41a914b/example/lib/main.dart#L560) and run on an Android 14 device (I'm using...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you run `:FlutterDevices` it takes multiple seconds to open the...
### Description I recently started using this utility and absolutely love it! Thanks for the amazing app. I would love a feature to repeat the last expansion. Most of my...
## Steps to Reproduce Add a `BuildOp.inline`, with the param `onRenderInlineBlock:` like in the below Dart snippet. Even without modifying it all (simply returning `child`), it renders each item as...