Alberto
Alberto
Felix I submitted this with my other work account. I think you'd need to change a bit the `blocTest` definition: ```dart void blocTest( String description, { FutureOr Function()? setUp, required...
Thank you for your time 😄 I think this is more of a work-around rather than a solution since if you set it to be like `Duration(milliseconds: 1)` it wouldn't...
@felangel Sorry I forgot to reply! > Also, tester.runAsync is from Flutter and requires flutter_test and a WidgetTester whereas bloc_test should be a pure dart package and should not be...
I *really, deeply* like this proposal! The only I would change is: > Use `closed` on a class to disable extending it. I'd prefer something like `final` or `sealed` which...
I have just ran into this issue as well with this setup: ```yaml verify_equation_flutter_example: name: Equations Flutter example - CI action needs: [verify_equation_package] runs-on: ubuntu-latest if: github.event.pull_request.draft == false defaults:...
@goderbauer I can reproduce the issue mentioned by Gustav. You can easily reproduce the issue by using a `Flex` widget with a child or more.
Hello! I am going to fix this in the next `5.1.0` version
Fixed here: https://github.com/albertodev01/equations/pull/55
You can find logs [here](https://github.com/albertodev01/equations/actions/runs/2379499931) of CI runs failing too
> Your second set of errors seems unrelated to the first. Does C:\Users\AlbertoMiola\Desktop\Programmazione\Dart\equations\example\flutter_example have a test/ directory? Sorry I thought I replied! Yes it has a `test` directory. I get...