nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.91k stars 1.66k forks source link

Responsive button #88

Closed harrymryder closed 2 years ago

harrymryder commented 2 years ago

What does this implement/fix? Explain your changes

I have created an example app that shows how to create responsive buttons.

The button includes both a scale transform animation on tap down and tap up, as well as haptics to create a vibration feeling when the user has finished interacting with the button.

Hoping that this could help someone else! I am a first time contributor, recently been developing my animation skills, and would like to start contributing more to open source projects :)

Does this close any currently open issues?

Any relevant logs, error output, bug-report etc?

Any other comments? n/a