testing_packages_adp 0.0.1
testing_packages_adp: ^0.0.1 copied to clipboard
A Flutter plugin for creating and managing dynamic, multi-column tables with customizable features such as dropdowns, validation, read-only cells, and more. Ideal for applications that require interac [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add testing_packages_adpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
testing_packages_adp: ^0.0.1Alternatively, 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:testing_packages_adp/testing_packages_adp.dart';