From 68d380e36b900f890447db513dc49042d7d9615e Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 12 Oct 2018 09:41:41 +0200 Subject: [PATCH] Remove unnecessary dependencies Fixes #3 --- pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d563a10c8..af215caac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,11 +11,5 @@ dependencies: flutter: sdk: flutter - path: ^1.6.2 web_socket_channel: ^1.0.9 http: ^0.12.0 - -flutter: - plugin: - androidPackage: com.purewowstudio.parse_server_sdk - pluginClass: ParseServerPlugin