Skip to content

Commit

Permalink
- changed the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoedomingos committed Jan 29, 2024
1 parent f9e17ce commit e0ac789
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/jnigen/example/okhttp_plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# okhttp_plugin

A new Flutter project.
Example of a JNI plugin using jnigen to auto-generate bindings in dart standards for Okhttp kotlin library.

## Getting Started
Bindings can be generated by running dart run jnigen --config jnigen.yaml. Required source code and JARs will be downloaded using maven (requires mvn command).

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
jnigen is also available as an API which tooling scripts can use. See tool/generate_bindings.dart for the script equivalent of the YAML file.

0 comments on commit e0ac789

Please sign in to comment.