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

PageTransitionType throws an error #7

Closed Sharif-Niloy closed 3 years ago

Sharif-Niloy commented 3 years ago

This is a really useful package & I am using the version (1.0.1+2). But I am facing the problem described as below.

PageTransitionType.[TYPE] does not work. It throws an error that says: " Undefined name 'PageTranstionType'. Try correcting the name to one that is defined, or defining the name. dart(undefined_identifier) "

Please resolve this issue. error

AntonyLeons commented 3 years ago

yep had this too, just add this import import 'package:page_transition/page_transition.dart';

Sharif-Niloy commented 3 years ago

Thank you so much @AntonyLeons ... This solved my issue completely !