real_page_flip 1.2.0
real_page_flip: ^1.2.0 copied to clipboard
A professional, high-fidelity 3D-like page flip engine for Flutter. Features physics-based 2D paper fold effects with realistic shadows, specular highlights, and integrated sound/haptic feedback. E [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add real_page_flipWith Flutter:
$ flutter pub add real_page_flipThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
real_page_flip: ^1.2.0Alternatively, your editor might support dart pub get or 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';