global_context_menu 0.0.1 copy "global_context_menu: ^0.0.1" to clipboard
global_context_menu: ^0.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin that allows adding custom actions to Android's text selection toolbar using ACTION_PROCESS_TEXT.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add global_context_menu

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  global_context_menu: ^0.0.1

Alternatively, 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:global_context_menu/global_context_menu.dart';
1
likes
160
points
123
downloads
screenshot

Publisher

verified publisherlkrjangid.tech

Weekly Downloads

A Flutter plugin that allows adding custom actions to Android's text selection toolbar using ACTION_PROCESS_TEXT.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on global_context_menu