Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created April 20, 2022 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/08e3d46f0175a485f8ed26eb84bb27a2 to your computer and use it in GitHub Desktop.
Save nemrosim/08e3d46f0175a485f8ed26eb84bb27a2 to your computer and use it in GitHub Desktop.
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
+ pageTransitionsTheme: const PageTransitionsTheme(builders: {
+ TargetPlatform.android: CupertinoPageTransitionsBuilder(),
+ }),
),
initialRoute: '/',
routes: {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment