Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter is not defined #20

Open
fab17an opened this issue Apr 13, 2020 · 5 comments
Open

Parameter is not defined #20

fab17an opened this issue Apr 13, 2020 · 5 comments

Comments

@fab17an
Copy link

fab17an commented Apr 13, 2020

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

@o1298098
Copy link
Owner

o1298098 commented Apr 14, 2020

'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

@fab17an
Copy link
Author

fab17an commented Apr 14, 2020

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

@o1298098
Copy link
Owner

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

@henry-hz
Copy link

henry-hz commented May 7, 2020

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.

@o1298098
Copy link
Owner

o1298098 commented May 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants