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 Dart:

 $ dart pub add draggable_route

With Flutter:

 $ flutter pub add draggable_route

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

dependencies:
  draggable_route: ^0.7.0

Alternatively, 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:draggable_route/draggable_route.dart';
20
likes
0
points
63
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

License

unknown (license)

Dependencies

flutter, provider, vector_math

More

Packages that depend on draggable_route