Abduvali Zokhidov
Abduvali Zokhidov
Even though every setup is done correctly, on Android it says **Non-existent file.** Here is my code ``` FileViewController? controller = FileViewController.asset(filePath!); Navigator.of(context).push( MaterialPageRoute( builder: (_) => FileViewer( fileName: fileName,...
I have tried selectWhere function using MultiSelectController in initState, but it is not setting values. I think new function must be added like setItems, setItem, addItem, addItems. In this scenario...
What I want to achieve is to show user data from network. when user tries to search items, future needs to be called with search keyword parameter and return user...
I want this package look same as my other TextInputs. The problem is I cannot give error text if there is any. Also, I could not give custom label (as...