popscope_ios_plus 0.1.1
popscope_ios_plus: ^0.1.1 copied to clipboard
Enhanced iOS pop gesture interceptor for Flutter with per-page callbacks, automatic cleanup, and fine-grained control over swipe gestures.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add popscope_ios_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
popscope_ios_plus: ^0.1.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:popscope_ios_plus/popscope_ios.dart';
import 'package:popscope_ios_plus/popscope_ios_method_channel.dart';
import 'package:popscope_ios_plus/popscope_ios_platform_interface.dart';
import 'package:popscope_ios_plus/utils/logger.dart';
import 'package:popscope_ios_plus/widgets/ios_pop_interceptor.dart';
import 'package:popscope_ios_plus/widgets/platform_popscope.dart';