We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f0956 commit e776170Copy full SHA for e776170
packages/image_picker/lib/image_picker.dart
@@ -5,8 +5,8 @@
5
import 'dart:async';
6
import 'dart:io';
7
8
+import 'package:flutter/foundation.dart';
9
import 'package:flutter/services.dart';
-import 'package:meta/meta.dart';
10
11
/// Specifies the source where the picked image should come from.
12
enum ImageSource {
0 commit comments