clickable_widget 0.0.5 copy "clickable_widget: ^0.0.5" to clipboard
clickable_widget: ^0.0.5 copied to clipboard

This Flutter plugin provides some flutter widgets having gesture handlers their don't natively have in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clickable_widget

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

dependencies:
  clickable_widget: ^0.0.5

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:clickable_widget/clickable_widget.dart';
8
likes
140
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

This Flutter plugin provides some flutter widgets having gesture handlers their don't natively have in Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clickable_widget