Flutter-Movie icon indicating copy to clipboard operation
Flutter-Movie copied to clipboard

Parameter is not defined

Open fab17an opened this issue 5 years ago • 5 comments
trafficstars

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,

Captura

fab17an avatar Apr 13 '20 17:04 fab17an

'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

o1298098 avatar Apr 14 '20 01:04 o1298098

I have the latest version of flutter sdk in windows v1.12.13 + hotfix.9

fab17an avatar Apr 14 '20 03:04 fab17an

This project uses the flutter SDK of the dev channel. If you don’t want to switch sdk channels, just replace the parameters

o1298098 avatar Apr 14 '20 11:04 o1298098

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.

henry-hz avatar May 07 '20 11:05 henry-hz

Just because I want to try flutter's latest features earlier🙂, dev channel does have more bugs😂

o1298098 avatar May 07 '20 12:05 o1298098