Closed devaronius closed 1 year ago
I already made a pull request for this change.
Done, package re released at version 3.3.7, flutter is a real pain for this, you would have thought that by now the Google guys would have worked out how not to pin versions of flutter to specific package versions.
hi @shamblett, in your latest version update we noticed that you require
path: '^1.8.3' meta: '^1.9.0'
But the latest version of Flutter 3.7.4 stable. Is running with path 1.8.2. And meta 1.8.0
I've looked into the changes of
path
and the only change here wasThis seems not like something required for this package.
For the meta package 1.9.0:
I don't think these changes are critical for the package.
Could you make an update that lowers the path version back 1.8.2 and meta to 1.8.0 so developers that run Flutter stable can also use the library. we are now forced to use a override in our yaml file.