morph_route 0.1.0
morph_route: ^0.1.0 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 Dart:
$ dart pub add morph_routeWith Flutter:
$ flutter pub add morph_routeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
morph_route: ^0.1.0Alternatively, your editor might support dart pub get or 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';