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

animation glitch #342

Closed
pinpong opened this issue Apr 18, 2023 · 6 comments
Closed

animation glitch #342

pinpong opened this issue Apr 18, 2023 · 6 comments

Comments

@pinpong
Copy link

pinpong commented Apr 18, 2023

CupertinoApp(
...
      onGenerateRoute: router.generateRoute,
...
    );
  }
Route<dynamic> generateRoute(RouteSettings settings) {
...
   return CupertinoSheetRoute(
     settings: settings,
     builder: (BuildContext context) {
       return const TestPage();
     },
   );
...
}
class TestPage extends StatelessWidget {
  const TestPage({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const CupertinoPageScaffold(
      navigationBar: CupertinoNavigationBar(),
      child: SafeArea(
        bottom: false,
        child: Center(
          child: Text("QR code scanner"),
        ),
      ),
    );
  }
}
sheet: ^0.0.4+1
Flutter 3.7.11 (stable)
Dart SDK version: 2.19.6 (stable)
Simulator.Screen.Recording.-.iPhone.14.mp4
@luohao123
Copy link

this is happend on Android, please help fix it, iOS is OK.
@jamesblasco

@kamami
Copy link

kamami commented May 4, 2023

I already described the issue here: #298

@luohao123
Copy link

@kamami I don't think it's same issue, plesse don't link it here.

@mariopepe
Copy link

I think this package is abandoned

@luohao123
Copy link

@mariopepe God damn it! Another flutter abandoned lib!!!

@pinpong
Copy link
Author

pinpong commented Sep 16, 2023

duplicated of #298

@pinpong pinpong closed this as completed Sep 16, 2023
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

4 participants