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
Hello
I am using the latest version of this package and i am facing this issue initialValue == null || controller == null not equal to true.
But i am initializing my controller and still this issue is persists.
I am using latest flutter stable channel and my dart sdk is 2.14.0.
If i make my controller nullable then how i use the controller values? The previous version was perfectly fine fine with the controller feature but because of this issue i have to downgrade the version.
Please resolve this issue as soon as possible.
Thank you :)
The text was updated successfully, but these errors were encountered:
found a new way , bro get inside the package and remove all the items with initial value, then we can assign controller, and using controller we can assign initial value
Hello
I am using the latest version of this package and i am facing this issue initialValue == null || controller == null not equal to true.
But i am initializing my controller and still this issue is persists.
I am using latest flutter stable channel and my dart sdk is 2.14.0.
If i make my controller nullable then how i use the controller values? The previous version was perfectly fine fine with the controller feature but because of this issue i have to downgrade the version.
Please resolve this issue as soon as possible.
Thank you :)
The text was updated successfully, but these errors were encountered: