inline_list_tile_actions 0.2.0 copy "inline_list_tile_actions: ^0.2.0" to clipboard
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_actions

This 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.0

Alternatively, 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';
5
likes
160
points
17
downloads

Publisher

verified publishervibesoftware.io

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on inline_list_tile_actions