You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried using this plugin to move item from one list to other. i followed example in github. but it only shows list headers for me.
i need to add some items to list. how to achieve them. can i add listtile to those list(custom widgets)?
The text was updated successfully, but these errors were encountered:
It should work with ListTile although I haven't tested it. To add items to a list all you need to do is add an item object to the BoardList object. So if your'e using the example code you can change
BoardListObject(title:"List title 1")
To
BoardListObject(title:"List title 1",items:[BoardItemObject(title:"Item title 1")])
i tried using this plugin to move item from one list to other. i followed example in github. but it only shows list headers for me.
i need to add some items to list. how to achieve them. can i add listtile to those list(custom widgets)?
The text was updated successfully, but these errors were encountered: