mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -6,9 +6,7 @@ import 'package:animations/src/misc/card_swipe.dart';
|
||||
import 'package:flutter/material.dart' hide Card;
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
Widget createCardSwipeScreen() => const MaterialApp(
|
||||
home: CardSwipeDemo(),
|
||||
);
|
||||
Widget createCardSwipeScreen() => const MaterialApp(home: CardSwipeDemo());
|
||||
|
||||
void main() {
|
||||
group('Card Swipe Tests', () {
|
||||
|
||||
Reference in New Issue
Block a user