expandable_box_drawing_table 1.0.0 copy "expandable_box_drawing_table: ^1.0.0" to clipboard
expandable_box_drawing_table: ^1.0.0 copied to clipboard

Provides a widget that allows you to draw a table with expandable and recursively nestable rows and entries. The sections and entries are displayed using "box drawing characters", allowing users to qu [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add expandable_box_drawing_table

With Flutter:

 $ flutter pub add expandable_box_drawing_table

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  expandable_box_drawing_table: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:expandable_box_drawing_table/bloc/entry_values_bloc.dart';
import 'package:expandable_box_drawing_table/bloc/entry_values_event.dart';
import 'package:expandable_box_drawing_table/bloc/entry_values_state.dart';
import 'package:expandable_box_drawing_table/models/entry.dart';
import 'package:expandable_box_drawing_table/models/expandable_box_drawing_table_configuration.dart';
import 'package:expandable_box_drawing_table/models/section.dart';
import 'package:expandable_box_drawing_table/widgets/entry_cell.dart';
import 'package:expandable_box_drawing_table/widgets/expandable_box_drawing_table.dart';
import 'package:expandable_box_drawing_table/widgets/section_widget.dart';
import 'package:expandable_box_drawing_table/widgets/up_and_right_box_drawing_character_widget.dart';
import 'package:expandable_box_drawing_table/widgets/vertical_and_right_box_drawing_character_widget.dart';
import 'package:expandable_box_drawing_table/widgets/vertical_box_drawing_character_widget.dart';
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Provides a widget that allows you to draw a table with expandable and recursively nestable rows and entries. The sections and entries are displayed using "box drawing characters", allowing users to quickly and easily understand the table's hierarchy. Entries are tappable, and the widget provides a means of handling updated values.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, meta

More

Packages that depend on expandable_box_drawing_table