Flutter-Movie
Flutter-Movie copied to clipboard
Parameter is not defined
Good friend, great project. I have some problems with these variables. They come out that are not defined. I hope your help and thanks for this great project.
- floatingLabelBehavior: FloatingLabelBehavior.auto,
- allowImplicitScrolling: false,
'hasFloatingPlaceholder' is deprecated in new flutter sdk
replace
floatingLabelBehavior: FloatingLabelBehavior.auto with hasFloatingPlaceholder:true
remove allowImplicitScrolling: false
or upgrade the flutter sdk to 1.16.1
I have the latest version of flutter sdk in windows v1.12.13 + hotfix.9
This project uses the flutter SDK of the dev channel. If you don’t want to switch sdk channels, just replace the parameters
Hi @o1298098 , just to learn, why you choosed the dev channel ? I am having difficulties with the XCode 11.4.1, but seems that the beta channel already fixed. The beta is more tested than the dev.
Just because I want to try flutter's latest features earlier🙂, dev channel does have more bugs😂