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

A Flutter plugin to make any widget clickable easily

On Pressed #

Package to make any widget clickable easily.

How #

Rather than dealing with wrapping the text in another widget, just add .onPressed to any widget and make it clickable easily.

Text("Click Me").onPressed((){
    print('I was clicked')
});
2
likes
90
pub points
56%
popularity

Publisher

unverified uploader

A Flutter plugin to make any widget clickable easily

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on on_pressed