From 9d34864436b334c539e332a143209730edc0f56b Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Thu, 12 Sep 2024 21:45:56 +0900 Subject: [PATCH] Update docs --- documentation/docs/installing-components.md | 1 + flutter_ffi_plugin/bin/src/helpers.dart | 1 + flutter_ffi_plugin/example/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/documentation/docs/installing-components.md b/documentation/docs/installing-components.md index a3f61604..3a51553d 100644 --- a/documentation/docs/installing-components.md +++ b/documentation/docs/installing-components.md @@ -7,6 +7,7 @@ To get started, you need to have [Flutter SDK](https://docs.flutter.dev/get-star Then, activate some necessary features: ```bash title="CLI" +flutter channel master flutter config --enable-native-assets dart pub global activate native_doctor ``` diff --git a/flutter_ffi_plugin/bin/src/helpers.dart b/flutter_ffi_plugin/bin/src/helpers.dart index ec12d9a7..84b20aeb 100644 --- a/flutter_ffi_plugin/bin/src/helpers.dart +++ b/flutter_ffi_plugin/bin/src/helpers.dart @@ -103,6 +103,7 @@ utilizing the capabilities of the Please activate the necessary features first. ``` +flutter channel master flutter config --enable-native-assets dart pub global activate native_doctor ``` diff --git a/flutter_ffi_plugin/example/README.md b/flutter_ffi_plugin/example/README.md index 5440708e..1f52b55f 100755 --- a/flutter_ffi_plugin/example/README.md +++ b/flutter_ffi_plugin/example/README.md @@ -11,6 +11,7 @@ utilizing the capabilities of the Please activate the necessary features first. ``` +flutter channel master flutter config --enable-native-assets dart pub global activate native_doctor ```