s_ink_button 1.1.0
s_ink_button: ^1.1.0 copied to clipboard
Built from scratch InkWell alternative, designed for performance, without needing to be wrapped by a Material widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add s_ink_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
s_ink_button: ^1.1.0Alternatively, 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:s_ink_button/s_ink_button.dart';