Daniel Felten
Daniel Felten
The option to display the information as a [job summary](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) would also be great.
This would be a really useful feature for our GitHub pipeline. We're using very_good with optimization and it's a lot faster than the default tests. But unfortunately it's not possible...
I tried the `file-reporter` parameter. The test therefore takes four times as long. Is that expected? `very_good test --optimization --coverage` -> 00:29 +641 ~2: All tests passed! `very_good test --optimization...
This is where a widget factory would help, where you listen to specific classes and put the content from them into an appropriate collapse widget. Our accordion widget factory is...
Same issue here. As soon as the flex tag is available, there is an overflow. In a browser there is an automatic line break. We now have to remove the...
We already use something like this in our controller. Maybe that will help. ```dart static const String _javaScriptChannel = 'ContentHeight'; static const String _sizeReportingJavaScript = ''' const resizeObserver = new...
Did you find a solution? I've got the same problem with this simple example: ``` import 'package:flutter/material.dart'; import 'package:webview_flutter_plus/webview_flutter_plus.dart'; void main() => runApp(MaterialApp(home: CrashingWebViewExample())); class CrashingWebViewExample extends StatefulWidget { @override...
I think the problem is not that you load data from a string, instead the problem is a WebView with a too large height. In Android it crashes when the...
Thanks for the update. With the latest version it's definitely better. But not perfect. Html ```html Dreame H11 Max Dreame H11 Saugkraft 10.000 pa 5.500 pa ``` App ![CleanShot 2023-01-09...
> As far as I can tell, `shouldShowRequestPermissionRationale()` should probably be its own separate API. What do you think? I also think a separate call for the query is useful....