clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

update page transition to allow ^2.0.0 #22

Closed AntonyLeons closed 3 years ago

AntonyLeons commented 3 years ago

animated_splash_screen 1.1.0 depends on page_transition 2.0.1-nullsafety.0 and no versions of animated_splash_screen match >1.1.0 <2.0.0, animated_splash_screen ^1.1.0 requires page_transition 2.0.1-nullsafety.0.

null safety naming standards have changed, you no longer require the suffix.

page_transition: ^2.0.2 should be valid