Browse Source

use v0.2.7 in test-application

Taner Sener 6 years ago
parent
commit
016347063f
2 changed files with 4 additions and 5 deletions
  1. 3 3
      example/pubspec.lock
  2. 1 2
      example/pubspec.yaml

+ 3 - 3
example/pubspec.lock

@@ -44,9 +44,9 @@ packages:
   flutter_ffmpeg:
     dependency: "direct main"
     description:
-      path: ".."
-      relative: true
-    source: path
+      name: flutter_ffmpeg
+      url: "https://pub.dartlang.org"
+    source: hosted
     version: "0.2.7"
   flutter_test:
     dependency: "direct dev"

+ 1 - 2
example/pubspec.yaml

@@ -11,8 +11,7 @@ dependencies:
   cupertino_icons: ^0.1.2
   path: ^1.6.2
   path_provider: ^0.5.0+1
-  flutter_ffmpeg:
-    path: ../
+  flutter_ffmpeg: 0.2.7
 
 dev_dependencies:
   flutter_test: