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

No named parameter with the name 'overflow'. #27

Closed
worldofsites opened this issue Sep 16, 2020 · 10 comments
Closed

No named parameter with the name 'overflow'. #27

worldofsites opened this issue Sep 16, 2020 · 10 comments

Comments

@worldofsites
Copy link
Contributor

After upgrading to 1.22.0-10.0.pre.196 in master channel error:

Launching lib\main.dart on sdk gphone x86 in debug mode...
/C:/Frameworks/flutter/.pub-cache/hosted/pub.dartlang.org/badges-1.1.1/lib/src/badge.dart:83:9: Error: No named parameter with the name 'overflow'.
        overflow: Overflow.visible,
        ^^^^^^^^
/C:/Frameworks/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don't match.
  Stack({
  ^^^^^

Flutter doctor:

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, 1.22.0-10.0.pre.196, on Microsoft Windows [Version 10.0.19041.508], locale ru-RU)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.49.0)
[√] Connected device (1 available)

• No issues found!

In pubspec.yaml:

badges: ^1.1.1

Looks like overflow was removed from Stack widget.
image

@worldofsites
Copy link
Contributor Author

Broken after that commit:
flutter/flutter@7948a78

@worldofsites
Copy link
Contributor Author

Added PR #28

@bitelyus
Copy link

Same issu over here ....

../../.pub-cache/hosted/pub.dartlang.org/badges-1.1.1/lib/src/badge.dart:83:9: Error: No named parameter with the name 'overflow'.
overflow: Overflow.visible,
^^^^^^^^
:(

@jpjf
Copy link

jpjf commented Sep 17, 2020

por aca igual el mismo problema...

@Shah0786
Copy link

Same issue here and i intended to launch my app today

@bitelyus
Copy link

bitelyus commented Sep 18, 2020 via email

@duttaoindril
Copy link

Hi Shah0786 .... if you change to channel stable build wont fail... Just got mine approved yesterday!! flutter channel stable flutter upgrade Is what you need... good luck! Regardsss El El vie, 18 sept 2020 a las 11:58, Shah0786 notifications@github.com escribió:

Same issue here and i intended to launch my app today — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#27 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFPJKVT77YVNLJPINKVITPTSGMVLLANCNFSM4ROGXG3A .

Other things, more difficult to fix things, don't work on channels other than master for me.

@Macacoazul01
Copy link

Macacoazul01 commented Sep 20, 2020

Replace overflow: Overflow.visible with clipBehavior: Clip.none

@Bilonik
Copy link

Bilonik commented Sep 24, 2020

Pub.dev hasn't pick up version 1.1.3 that fix this issue.
is something missing?

@RusKryzhanovskiy
Copy link
Contributor

@worldofsites, was fixed in version 1.1.3

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

8 participants