reverts image_picker_modern to file_ficker

This commit is contained in:
Miguel Ruivo 2019-02-05 18:15:39 +00:00
parent ad71c0d940
commit 0ee0b757ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import 'dart:async';
import 'package:flutter/services.dart';
import 'package:image_picker_modern/image_picker_modern.dart';
import 'package:image_picker/image_picker.dart';
/// Supported file types, [ANY] should be used if the file you need isn't listed
enum FileType {