如何在 Flutter 中使用 Android 10 Activity 缩放过渡?
例如 :
我尝试使用Fluro和page_transition,但没有成功。
根据此 pr,您必须将这些行添加到您的MaterialApp主题中:
MaterialApp(
theme: ThemeData(
pageTransitionsTheme: PageTransitionsTheme(
builders: {
TargetPlatform.android: ZoomPageTransitionsBuilder(),
},
),
),
// ...
);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
602 次 |
| 最近记录: |