mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Migrate animations to go_router (#1521)
This commit is contained in:
@@ -7,7 +7,7 @@ import 'package:flutter/physics.dart';
|
||||
|
||||
class CardSwipeDemo extends StatefulWidget {
|
||||
const CardSwipeDemo({super.key});
|
||||
static String routeName = '/misc/card_swipe';
|
||||
static String routeName = 'misc/card_swipe';
|
||||
|
||||
@override
|
||||
State<CardSwipeDemo> createState() => _CardSwipeDemoState();
|
||||
|
||||
Reference in New Issue
Block a user