FlutterBoardView icon indicating copy to clipboard operation
FlutterBoardView copied to clipboard

How to create board view by fetching data from rest api?

Open matekhong opened this issue 5 years ago • 4 comments

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 board view instead of hard code to List<Object>?

matekhong avatar Sep 15 '20 07:09 matekhong

You only need the list to be created from the API, just replace the listData with your own data with a simple loop, if you are interested I can give you the sample code also.

dnsoumik avatar Apr 01 '21 08:04 dnsoumik

Thanks for your answer I've done to create it already

matekhong avatar Apr 02 '21 00:04 matekhong

Great :+1:

dnsoumik avatar Apr 02 '21 15:04 dnsoumik

You only need the list to be created from the API, just replace the list data with your own data with a simple loop, if you are interested I can give you the sample code also.

Can you please share it with me, I'm new to this plugin and I find it difficult as I'm unable to find add button to add to-do list In the column. Thanks, soymilk in advance.

akshayindia avatar Dec 06 '21 06:12 akshayindia