popscope_ios_plus 0.1.0
popscope_ios_plus: ^0.1.0 copied to clipboard
Enhanced iOS pop gesture interceptor for Flutter. Provides fine-grained control over iOS left-edge swipe gestures with per-page callbacks, automatic cleanup, and better performance than the original p [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add popscope_ios_plusWith Flutter:
$ flutter pub add popscope_ios_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
popscope_ios_plus: ^0.1.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: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';