popscope_ios_plus 0.1.0 copy "popscope_ios_plus: ^0.1.0" to clipboard
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_plus

With Flutter:

 $ flutter pub add popscope_ios_plus

This 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.0

Alternatively, 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';
1
likes
0
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

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 popscope_ios.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on popscope_ios_plus

Packages that implement popscope_ios_plus