Skip to content

Commit

Permalink
Update docs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed May 22, 2024
1 parent abe2706 commit bc1776d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rinf:
input_dir: messages/
rust_output_dir: native/hub/src/messages/
dart_output_dir: lib/messages/
rust_serde: true
```
You can check the current configuration status by running the command below in the CLI.
Expand Down
1 change: 1 addition & 0 deletions flutter_ffi_plugin/bin/src/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ rinf:
/// input_dir: messages
/// rust_output_dir: native/hub/src/messages
/// dart_output_dir: lib/messages
/// rust_serde: true
/// ```
Future<RinfConfig> loadVerifiedRinfConfig(String pubspecYamlFile) async {
final pubspec = loadYaml(await File(pubspecYamlFile).readAsString());
Expand Down

0 comments on commit bc1776d

Please sign in to comment.