Closed FredJul closed 1 year ago
Thanks that is a good catch. I fixed the CI and linting in the main
branch now. Could you please rebase, then the tests should be green and it will get merged. I will make a new release after that as well.
nevermind could do it myself :) thanks again, will merge now
Flutter 3.7.0 introduced a breaking change where the
.of(
now returns a non null values or an exception. If you want to keep the previous behavior, we need to use.maybeOf(
.This PR use that new maybeOf to avoid a possible crash in this lib.