فهرست منبع

update example tests

Taner Sener 7 سال پیش
والد
کامیت
d7749e16cf
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      example/lib/flutter_ffmpeg_example.dart
  2. 1 1
      example/test/widget_test.dart

+ 0 - 0
example/lib/example.dart → example/lib/flutter_ffmpeg_example.dart


+ 1 - 1
example/test/widget_test.dart

@@ -6,7 +6,7 @@
 // tree, read text, and verify that the values of widget properties are correct.
 
 import 'package:flutter/material.dart';
-import 'package:flutter_ffmpeg_example/example.dart';
+import 'package:flutter_ffmpeg_example/flutter_ffmpeg_example.dart';
 import 'package:flutter_test/flutter_test.dart';
 
 void main() {