Skip to content

Commit 5824b1b

Browse files
style: fix lint
1 parent 3113967 commit 5824b1b

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

example/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ class MyHomePageState extends State<MyHomePage> {
4747
allowMultiple: true,
4848
previewImages: true,
4949
onChanged: (val) => debugPrint(val.toString()),
50-
typeSelectors: [
50+
typeSelectors: const [
5151
TypeSelector(
5252
type: FileType.any,
5353
selector: Row(
54-
children: const <Widget>[
54+
children: <Widget>[
5555
Icon(Icons.file_upload),
5656
Text('Upload'),
5757
],

example/test/widget_test.dart

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)