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
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

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

Packages that implement on_pressed