mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Adjust animations lint rules (#814)
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:animations/src/misc/expand_card.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
Widget createExpandCardScreen() => MaterialApp(
|
||||
Widget createExpandCardScreen() => const MaterialApp(
|
||||
home: ExpandCardDemo(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user