AndriousSolutions / auth

Other
47 stars 14 forks source link

Support firebase_auth ^0.20.0 #24

Closed deadsoul44 closed 3 years ago

deadsoul44 commented 3 years ago
Because auth 7.3.1 depends on firebase_auth ^0.18.0 and no versions of auth match >7.3.1 <8.0.0, auth ^7.3.1 requires firebase_auth ^0.18.0.
Andrious commented 3 years ago

Yes, I will release an update immediately.

Andrious commented 3 years ago

I've improved the package dependency so we don't have this problem in the future. The syntax below now allows for the given version or greater when updates come available and not be out of reach. firebase_core: '>=0.7.0' firebase_auth: '>=0.20.0'

Andrious commented 3 years ago

version 7.3.2 is now available.