draggable_route 0.7.0 copy "draggable_route: ^0.7.0" to clipboard
draggable_route: ^0.7.0 copied to clipboard

Draggable Hero route. Inspired by Instagram route transitions. Open route from source widget and closes to source widget. Can be closed by drag

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draggable_route

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  draggable_route: ^0.7.0

Alternatively, 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:draggable_route/draggable_route.dart';
16
likes
160
points
73
downloads

Publisher

verified publishermelv.space

Weekly Downloads

Draggable Hero route. Inspired by Instagram route transitions. Open route from source widget and closes to source widget. Can be closed by drag

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider, vector_math

More

Packages that depend on draggable_route