slide_reveal_screen 1.0.3 copy "slide_reveal_screen: ^1.0.3" to clipboard
slide_reveal_screen: ^1.0.3 copied to clipboard

A Flutter package for sliding and revealing hidden side panels with smooth animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slide_reveal_screen

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

dependencies:
  slide_reveal_screen: ^1.0.3

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:slide_reveal_screen/slider_reveal_screen.dart';
9
likes
160
points
144
downloads
screenshot

Publisher

verified publisheresentis.dev

Weekly Downloads

A Flutter package for sliding and revealing hidden side panels with smooth animations.

Repository (GitHub)

Topics

#drag-to-reveal #side-panel #sliding-panel #slide-reveal #ui

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on slide_reveal_screen