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 ```