FlutterBoardView icon indicating copy to clipboard operation
FlutterBoardView copied to clipboard

BoardView written for the flutter framework.

Results 22 FlutterBoardView issues
Sort by recently updated
recently updated
newest added

fixed warning from flutter 3. Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

For now there's only animating to `BoardList` (unless I missed how to use it). I would really appreciate adding animating to a `BoardItem`. Thank you.

``` : Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. ../…/lib/boardview.dart:307 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart'). package:flutter/…/widgets/binding.dart:1 WidgetsBinding.instance!.addPostFrameCallback((Duration duration) { ^ : Warning: Operand of...

I kept getting an exception here when using this package in a `LayoutBuilder`, which sometimes removed the panel containing it - which caused the exception. I see you already have...

Hi, when moving an item from somewhere in the lists to the top left it occurs that the null-check of `draggedListIndex` fails. ![image](https://user-images.githubusercontent.com/24900930/151691615-9718ae32-b336-42e3-9dcd-8522bddf4e5f.png) It seems that `.whenComplete((){` is somehow in...

First of all thanks for creating brilliant component! I've try with your tutorial in Example folder everything work fine Do you have any example for using rest api to create...

The previous implementarion use onTapDown to start dragging instead of the events "onHorizontalDragStart" and "onVerticalDragStart" provided by GestureDetector. Using onTapDown might confuse users because it requires a few seconds before...

my yaml file: environment: sdk: ">=2.12.0