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

Package sheet modal sheet is squared on 3.24.0 #420

Closed
virskor opened this issue Aug 8, 2024 · 3 comments
Closed

Package sheet modal sheet is squared on 3.24.0 #420

virskor opened this issue Aug 8, 2024 · 3 comments

Comments

@virskor
Copy link

virskor commented Aug 8, 2024

import 'package:sheet/route.dart';

  pageBuilder: (BuildContext context, GoRouterState state) {
            return MaterialExtendedPage<void>(
              key: state.pageKey,
              child: const Home(),
            );
          },
 pageBuilder: (BuildContext context, GoRouterState state) =>
          CupertinoSheetPage<void>(
        key: state.pageKey,
        child: const SettingsDelegate(),
      ),

Xnip2024-08-08_16-15-06

it's squared on 3.24.0 stable channel

@virskor virskor changed the title Package sheet Package sheet modal sheet is squared on 3.24.0 Aug 8, 2024
@habibasseiss
Copy link

The reason is an issue with ClipRRect and ColorFiltered in 3.24.0. Seems to be solved in the master channel, so let's wait for a new version release. Source: flutter/flutter#153118

@virskor
Copy link
Author

virskor commented Aug 22, 2024

This bug has been fixed in 3.24.1, closed

@virskor virskor closed this as completed Aug 22, 2024
@qiqetes
Copy link

qiqetes commented Sep 18, 2024

I found this issue in 3.24.3 #153118

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