Skip to content

Commit

Permalink
Merge pull request #209 from fzyzcjy/repo-sync/flutter_rust_bridge/de…
Browse files Browse the repository at this point in the history
…fault

🔄 Synced file(s) with fzyzcjy/flutter_rust_bridge
  • Loading branch information
fzyzcjy authored Nov 24, 2021
2 parents ac698b3 + cc19733 commit 5c65b17
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi

## Troubleshooting

#### Have problems when using `Linux`?
#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...)

Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.
Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.

#### Issue with store_dart_post_cobject?

Expand Down
4 changes: 2 additions & 2 deletions frb_codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi

## Troubleshooting

#### Have problems when using `Linux`?
#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...)

Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.
Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.

#### Issue with store_dart_post_cobject?

Expand Down
4 changes: 2 additions & 2 deletions frb_dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi

## Troubleshooting

#### Have problems when using `Linux`?
#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...)

Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.
Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.

#### Issue with store_dart_post_cobject?

Expand Down
4 changes: 2 additions & 2 deletions frb_rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ This library is nothing but a code generator that helps your Flutter/Dart functi

## Troubleshooting

#### Have problems when using `Linux`?
#### Have problems when using `Linux`? (`The generated store_dart_post_cobject() has the wrong signature` / `'stdarg.h' file not found` / ...)

Try to run code generator with working directory at `/`. This seems to be a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.
Try to run code generator with working directory at `/`, or add include path as is described in #108. This is a problem with Rust's builtin `Command`. See [#108](https://github.com/fzyzcjy/flutter_rust_bridge/issues/108) for more details.

#### Issue with store_dart_post_cobject?

Expand Down

0 comments on commit 5c65b17

Please sign in to comment.