tiktok-flutter-plugin
tiktok-flutter-plugin copied to clipboard
Get data from controller
I need to build a screen with corresponding data from my controller but I cant seem to do so in this package. Or am I not using it in the right way?
I'm afraid I don't know what you're trying to do. I would imagine that you would want to add data from your controller in the builder part of this component, as you would another list-style view (like ListView.builder). If you share code I could advise more specifically.