Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 12, 2024
1 parent b790661 commit 9d34864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/installing-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions flutter_ffi_plugin/bin/src/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions flutter_ffi_plugin/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9d34864

Please sign in to comment.