Skip to content

Commit e776170

Browse files
roughikemravn-google
authored andcommitted
[Image Picker] Import foundation for the @required annotations (flutter#445)
1 parent 25f0956 commit e776170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image_picker/lib/image_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import 'dart:async';
66
import 'dart:io';
77

8+
import 'package:flutter/foundation.dart';
89
import 'package:flutter/services.dart';
9-
import 'package:meta/meta.dart';
1010

1111
/// Specifies the source where the picked image should come from.
1212
enum ImageSource {

0 commit comments

Comments
 (0)