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

Updated to UniversalIO #90

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Conversation

NextdoorPsycho
Copy link
Contributor

This adds the Universal IO package, then updates your imports.
its the same thing, but it works on all platforms.
Cheers!

if (!widget.style.nativeControls ||
!kIsWeb && Platform.isLinux)
SizedBox(width: widget.style.titlebarSpace),
if (!widget.style.nativeControls || !kIsWeb && Platform.isLinux) SizedBox(width: widget.style.titlebarSpace),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please format this file with line characters as 80, see this for more:
https://dart.dev/tools/linter-rules/lines_longer_than_80_chars

@@ -13,15 +13,14 @@ class AdwScaffold extends StatefulWidget {
this.flapStyle,
this.flapOptions,
this.flapController,
@Deprecated('headerbar is deprecated, use the properties separately')
AdwHeaderBar? Function(Widget?)? headerbar,
@Deprecated('headerbar is deprecated, use the properties separately') AdwHeaderBar? Function(Widget?)? headerbar,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format this too again.

@prateekmedia
Copy link
Member

@NextdoorPsycho The PR looks good but the formatting is wrong, please format with respect to line limit 80 characters.

@NextdoorPsycho
Copy link
Contributor Author

NextdoorPsycho commented Mar 28, 2024 via email

@prateekmedia prateekmedia merged commit 6074cdd into gtk-flutter:main Apr 11, 2024
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants