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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with newer versions of dart #11

Open
Minigrim0 opened this issue Jul 14, 2022 · 0 comments
Open

Not compatible with newer versions of dart #11

Minigrim0 opened this issue Jul 14, 2022 · 0 comments

Comments

@Minigrim0
Copy link

It seems the Overflow overflow constructor parameter for Stacks has been removed in newer version, leading to failure when trying to build an app using this library.

https://api.flutter.dev/flutter/widgets/Stack-class.html#constructors

馃挭 Building with sound null safety 馃挭

../../../.pub-cache/hosted/pub.dartlang.org/flutter_swipable-1.2.1/lib/flutter_swipable.dart:132:26: Error: No named parameter with the name 'overflow'.
            child: Stack(overflow: Overflow.visible, children: [
                         ^^^^^^^^
/opt/flutter/packages/flutter/lib/src/widgets/basic.dart:3708:3: Context: Found this candidate, but the arguments don't match.
  Stack({
  ^^^^^


FAILURE: Build failed with an exception.
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

1 participant