switch from image_picker -> image_picker_modern. Probably temporary, considering future upgrades!

This commit is contained in:
Rohit R. Abbadi 2019-01-17 05:04:02 +05:30
parent 20ed446a9e
commit e940980659
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
image_picker: ^0.4.10 image_picker_modern: ^0.4.12+1
meta: ^1.1.5 meta: ^1.1.5
environment: environment: