|
2 年之前 | |
---|---|---|
.. | ||
example | 2 年之前 | |
lib | 2 年之前 | |
test | 2 年之前 | |
.gitignore | 2 年之前 | |
.metadata | 2 年之前 | |
CHANGELOG.md | 2 年之前 | |
LICENSE | 2 年之前 | |
README.md | 2 年之前 | |
analysis_options.yaml | 2 年之前 | |
pubspec.yaml | 2 年之前 |
A customizable and draggable Kanban Board widget for Flutter
appflowy_board is a customizable and draggable Kanban Board widget for Flutter. You can use it to create a Kanban Board tool like those in Trello.
Check out AppFlowy to see how appflowy_board is used to build a BoardView database.
Add the AppFlowy Board Flutter package to your environment.
With Flutter:
flutter pub add appflowy_board
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appflowy_board: ^0.0.6
Import the package in your Dart file:
import 'package:appflowy_board/appflowy_board.dart';
To quickly grasp how it can be used, look at the /example/lib folder. First, run main.dart to play with the demo.
Second, let's delve into multi_board_list_example.dart to understand a few key components:
Please refer to the API documentation.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please look at CONTRIBUTING.md for details.
Distributed under the AGPLv3 License. See LICENSE for more information.