mirror of
https://github.com/flutter/samples.git
synced 2026-04-25 08:22:16 +00:00
Adjust animations lint rules (#814)
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:animations/src/misc/focus_image.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
Widget createFocusImageScreen() => MaterialApp(
|
||||
Widget createFocusImageScreen() => const MaterialApp(
|
||||
home: FocusImageDemo(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user