FlutterBoardView
FlutterBoardView copied to clipboard
How to create board view by fetching data from rest api?
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>?
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.
Thanks for your answer I've done to create it already
Great :+1:
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.