flutter_page_transition icon indicating copy to clipboard operation
flutter_page_transition copied to clipboard

Migrate to Null Safety

Open felixgabler opened this issue 3 years ago • 1 comments

With the release of Flutter 2, it would be awesome if this library could be migrated to be null safe.

More details: https://dart.dev/null-safety/migration-guide

felixgabler avatar Mar 04 '21 14:03 felixgabler

Hey, I have made a fork based on this package, which has all the transition types that are here + a few more.

https://github.com/marchellodev/flutter_parallax_transitions

(it is migrated to null-safety and has a couple of other improvements)

marchellodev avatar Feb 01 '22 23:02 marchellodev