flow_board 0.0.1 copy "flow_board: ^0.0.1" to clipboard
flow_board: ^0.0.1 copied to clipboard

FlowBoard is a board-style widget that consists of multi-groups. It supports drag and drop between different groups.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flow_board

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

dependencies:
  flow_board: ^0.0.1

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:flow_board/flow_board.dart';
3
likes
150
pub points
58%
popularity

Publisher

verified publisherzuhabul.com

FlowBoard is a board-style widget that consists of multi-groups. It supports drag and drop between different groups.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, provider

More

Packages that depend on flow_board