Damian Bast
Damian Bast
when overwriting initState of a statefulWidget using the context menu / quick fix we end up with ``` @override void initState() { // TODO: implement initState super.initState(); } ``` which...
Hi, I just came across these two libraries which could enable google-docs support which I believe would be one of the best things imaginable :) - as I'm unfamiliar with...
Hi - the app looks amazing! One thing I noticed, is that the "text on image" section e.g "the longest man-made structure in the world" is stuttering when scrolling slowly...
**Describe the bug** using a pw.Checkbox to display a static check mark does not work - the "value" property does not seem to have any effect **To Reproduce** Code snippet...
**Describe the bug** headerAlignments are not applied to the header cells **To Reproduce** Code snippet to reproduce the behavior: ```dart class CustomPdfTable extends pw.StatelessWidget { /// The table's columns. final...
Neither the hello_world nor the brotli example work "out of the box" e.g. they don't have a pubspec in their folder etc pp, which makes the barrier to enter WASM...
documentation: Add link to migration guide and remove no-op deprecations and add deprecation messages with suggestions on how to change the code. Adds the tipps from #852 to the migration...
**Description** ``` very_good test --help --exclude-coverage A glob which will be used to exclude files that match from the coverage. ``` Since "glob" can be any of many implementations/interpretations and...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 0.5.1 ### Description tl;dr What is the proper way to run a...
**Description** I want to create a component library with reusable jaspr components which should be styled using tailwind. I have create a new dart package with an example folder in...