medha_boards_table 0.0.9
medha_boards_table: ^0.0.9 copied to clipboard
A clean, architecture-focused table widget library with sorting, filtering, tree mode, frozen columns, and conditional formatting.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add medha_boards_tableWith Flutter:
$ flutter pub add medha_boards_tableThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
medha_boards_table: ^0.0.9Alternatively, 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:medha_boards_table/medha_boards_table.dart';