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

When using type "scale" you need argument: 'alignment' #42

Closed moluopro closed 2 years ago

moluopro commented 2 years ago

try official demo and get :

When using type "scale" you need argument: 'alignment'
'package:page_transition/src/page_transition.dart':
Failed assertion: line 174 pos 16: 'alignment != null'

屏幕截图 2022-08-10 105428 屏幕截图 2022-08-10 105524
V-outsider commented 2 years ago

It has transitions which doesnt need alignment, but the doesnt work too, without error, just no effect

Bestfastfire commented 2 years ago

Pull request merged, pls use this package by git version:

dependencies:
...
    animated_splash_screen:
        git: 'https://github.com/clean-code-dev/animated_splash_screen'
...