book_page_flip 0.1.0
book_page_flip: ^0.1.0 copied to clipboard
A smooth, efficient open-book page-turn widget. Drag or animate pages with a realistic 3D page curl, a soft shadow, and a natural-feeling turn.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add book_page_flipThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
book_page_flip: ^0.1.0Alternatively, 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:book_page_flip/book_page_flip.dart';