flip_book 0.0.1+3 copy "flip_book: ^0.0.1+3" to clipboard
flip_book: ^0.0.1+3 copied to clipboard

flip_book is a Flutter flip book component. `FlipBook` Widget + `FlipBookController` for controlling it anywhere.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flip_book

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

dependencies:
  flip_book: ^0.0.1+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:flip_book/flip_book.dart';
15
likes
50
pub points
55%
popularity

Publisher

unverified uploader

flip_book is a Flutter flip book component. `FlipBook` Widget + `FlipBookController` for controlling it anywhere.

Repository (GitHub)
View/report issues

License

LGPL-2.1 (LICENSE)

Dependencies

flutter, flutter_localizations, intl, provider, tuple

More

Packages that depend on flip_book