inline_list_tile_actions 0.2.0
inline_list_tile_actions: ^0.2.0 copied to clipboard
A Flutter widget that displays inline expandable actions for ListTile items. Tap an icon to smoothly reveal action buttons with inline or below positioning modes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add inline_list_tile_actionsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
inline_list_tile_actions: ^0.2.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:inline_list_tile_actions/inline_list_tile_actions.dart';