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

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.2+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
95
pub points
42%
popularity

Publisher

unverified uploader

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on raw_context