stacker 0.1.0 copy "stacker: ^0.1.0" to clipboard
stacker: ^0.1.0 copied to clipboard

A collection of 3 widgets that stack their children, displaying a single child at a time, transitioning between children when a different child is displayed. Stacker can be used modularly as a compone [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stacker

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

dependencies:
  stacker: ^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:stacker/stacker.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publisherjamesalex.dev

A collection of 3 widgets that stack their children, displaying a single child at a time, transitioning between children when a different child is displayed. Stacker can be used modularly as a component, to drive single-page apps, or to control multi-step flows within a widget or page.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

fade_and_translate, flutter, provider

More

Packages that depend on stacker