tridimensional_drawer 0.1.0 tridimensional_drawer: ^0.1.0 copied to clipboard
Tridimensional Drawer is an easy way to create a 3D Perspective drawer, where you can insert any type of widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tridimensional_drawer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tridimensional_drawer: ^0.1.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:tridimensional_drawer/tridimensional_drawer.dart';