Closed hatsadin09 closed 4 years ago
Did you declare the controller variable?
final MiniplayerController controller = MiniplayerController();
Did you declare the controller variable?
final MiniplayerController controller = MiniplayerController();
Oh, thanks a lot, I forgot
= MiniplayerController();
I have one more question, the controller does not available in 0.5.0+5 right? I can not use the controller when import from Pub but I saw in git then I clone it
I have one more question, the controller does not available in 0.5.0+5 right? I can not use the controller when import from Pub but I saw in git then I clone it
Yes, that's true. The new features will be available in 0.6.0, which I plan to release later this month. Feel free to ask if there're any questions open!
Do you have an example code to use the MiniplayerController? I saw your update in the repository but it was called on null when I use likes this