real_page_flip 1.4.1
real_page_flip: ^1.4.1 copied to clipboard
A high-fidelity 3D-like page flip engine for Flutter. Features physics-based paper fold effects with realistic shadows, sound, and haptic feedback for ultra-smooth performance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add real_page_flipThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
real_page_flip: ^1.4.1Alternatively, 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:real_page_flip/real_page_flip.dart';