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

After upgrading flutter to version 1.20, convex bottom bar doesn't work. #83

Closed
ZdenekKrcal opened this issue Aug 6, 2020 · 1 comment · Fixed by #60
Closed

After upgrading flutter to version 1.20, convex bottom bar doesn't work. #83

ZdenekKrcal opened this issue Aug 6, 2020 · 1 comment · Fixed by #60
Labels
duplicate This issue or pull request already exists

Comments

@ZdenekKrcal
Copy link

Describe the bug

After upgrading flutter to version 1.20, convex bottom bar doesn't work. I can't debug my application. When im starting debug i get this:

../../flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-2.3.0/lib/src/stack.dart:69:13: Error: No named parameter with the name 'overflow'.
overflow: overflow);

../../flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-2.3.0/lib/src/stack.dart:73:9: Error: The getter 'overflow' isn't defined for the class '_RenderStack'.

  • '_RenderStack' is from 'package:convex_bottom_bar/src/stack.dart' ('../../flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-2.3.0/lib/src/stack.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'overflow'.
    if (overflow == Overflow.visible || size.contains(position)) {

Environment details
I'm using windows 10 pro, 64bit

Paste the flutter environment detail.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.20.0, on Microsoft Windows [Version 10.0.19041.388], locale cs-CZ)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.47.3)
[✓] Connected device (1 available)

• No issues found!

Paste the package version.

dependencies:
  convex_bottom_bar: ^2.3.0
@avenwu avenwu linked a pull request Aug 6, 2020 that will close this issue
@avenwu avenwu added the duplicate This issue or pull request already exists label Aug 6, 2020
@avenwu
Copy link
Contributor

avenwu commented Aug 6, 2020

It's a breaking change caused by Flutter SDK; Since 1.20 is now in stable channel, we are going to ship new version which will work with flutter 1.20

@avenwu avenwu closed this as completed Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants