kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
475 stars 57 forks source link

How does the example work? #7

Closed justinjk007 closed 5 years ago

justinjk007 commented 5 years ago

I'm not seeing you importing any of your package files in main.dart , I get these error when I use one of the style

Compiler message:
lib/new_records.dart:161:27: Error: Getter not found: 'PageTransitionType'.
                    type: PageTransitionType.scale,
                          ^^^^^^^^^^^^^^^^^^
lib/new_records.dart:160:17: Error: Method not found: 'PageTransition'.
                PageTransition(
                ^^^^^^^^^^^^^^
justinjk007 commented 5 years ago

Maybe you should add this import 'package:page_transition/page_transition.dart'; which worked for me. Great package btw.

kalismeras61 commented 5 years ago

Thanks for the issue but if you look at the package installation tab you will find how to import packages.