William Verhaeghe
William Verhaeghe
My guess would be that the build.yaml is not configured correctly. https://github.com/jonsamwell/flutter_gherkin/blob/integration_test__package_support/build.yaml ```yaml # Read about `build.yaml` at https://pub.dev/packages/build_config builders: gherkin_test_suite: import: "package:flutter_gherkin/src/flutter/code_generation/builders/gherkin_test_suite_builder.dart" builder_factories: ["gherkinTestSuiteBuilder"] build_extensions: {".dart": ["gherkin_tests.g.part"]} auto_apply: dependents...
I think `--web-renderer html` can cause issues, do you also have it with canvaskit? Do you also have it if you run the example project? It might also be related...
Hi no this is not possible. We are drawing the image on a canvas to do the cropping. You could possibly add a method to draw an svg and add...
Currently we are very busy with projects, if you have a fork with a fix, please create a PR so we can have this fix available for everyone :-)
Fixes have been merged and published in v0.1.0
The crop is indeed screen independent, meaning that if you have an image of 1920 width and a screensize of 100, the resulting image is still 1920 px wide (if...
I think this might be a bit much for this package to create a tool for those type of shapes 😅. That being said, you might be able to create...
If you create a tool for this, I'd be happy to add it to the readme, keep us posted 😁
Hi thank you for your PR, it seems we still need to update to github actions (our checks are broken otherwise). I can see that the formatting is wrong, please...
Our focus currently is on the customisability and getting images the same size. Feel free to look into speeding it up and creating a PR 🙂. I myself have no...