morph_route 0.1.2
morph_route: ^0.1.2 copied to clipboard
iOS 26-inspired container morph for Flutter. A modified OpenContainer with backdrop blur, accent scrim, 3D tilt, and a scaffold-level recede helper — drop-in widgets to make any tile-to-screen navigat [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add morph_routeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
morph_route: ^0.1.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:morph_route/morph_route.dart';