From 409227dc18208683d006b3c8013188e80e92ab42 Mon Sep 17 00:00:00 2001 From: wang-bin <wbsecg1@gmail.com> Date: Tue, 17 Dec 2024 12:03:57 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a155d2..47af6b8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ project is create with `flutter create -t plugin --platforms=linux,macos,windows ## How to Use -- Add [fvp](https://pub.dev/packages/fvp) in your pubspec.yaml dependencies: `flutter pub add fvp` +- Add [fvp](https://pub.dev/packages/fvp) in your pubspec.yaml dependencies: `flutter pub add fvp`. Since flutter 3.27, fvp must be a direct dependency in your app's pubspec.yaml. - **(Optional)** Add 2 lines in your video_player examples. Without this step, this plugin will be used for video_player unsupported platforms(windows, linux), official implementation will be used otherwise. ```dart