Updates MethodChannel name on iOS

This commit is contained in:
Miguel Ruivo 2020-03-15 16:55:43 +00:00
parent cabddf7790
commit 5e3bd61bf3
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.5.0+2
* Updates channel name on iOS.
## 1.5.0+1
* Adds temporary workaround for (#49365)(https://github.com/flutter/flutter/issues/49365) until 1.14.6 lands on stable channel.

View File

@ -16,7 +16,7 @@
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
FlutterMethodChannel* channel = [FlutterMethodChannel
methodChannelWithName:@"file_picker"
methodChannelWithName:@"miguelruivo.flutter.plugins.file_picker"
binaryMessenger:[registrar messenger]];
UIViewController *viewController = [UIApplication sharedApplication].delegate.window.rootViewController;

View File

@ -1,7 +1,7 @@
name: file_picker
description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
version: 1.5.0+1
version: 1.5.0+2
dependencies:
flutter: