raw_context 1.0.1+1 copy "raw_context: ^1.0.1+1" to clipboard
raw_context: ^1.0.1+1 copied to clipboard

outdated

Easy context menu creation with flutter to speed up development.(A wrapper on Flutter's popup menu)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add raw_context

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

dependencies:
  raw_context: ^1.0.1+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:raw_context/raw_context.dart';
0
likes
15
pub points
43%
popularity

Publisher

unverified uploader

Easy context menu creation with flutter to speed up development.(A wrapper on Flutter's popup menu)

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on raw_context