Skip to content

Commit

Permalink
add "Pure-Dart compatible" as is suggested by @shreyashsaitwal in #4
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Oct 5, 2021
1 parent 41355e9 commit efc14e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* **Lightweight**: Simulate how human beings will write down boilerplate code . Thus compared with
* **Plug-and-play**: This is not a huge framework that includes everything, so you are free to use your favorite Flutter and Rust libraries. For example, state-management with Flutter library (e.g. MobX) can be elegant and simple (contrary to implementing in Rust); implementing a photo manipulation algorithm in Rust will be fast and safe (countrary to implementing in Flutter).
* **Easy to code-review**: If you want to convince yourself (or your team) that it is safe, there are not much code for you to look at. The runtime is only hundreds of loc, and the generated code follows simple patterns. (Of course, if you find a bug, tell me!)
* **Pure-Dart compatible:** Despite the name, this package is 100% compatible with pure Dart. It does not require anything specific to Flutter. See [this pure-Dart example](https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/frb_example/simple/README.md).

## Show me the code

Expand Down

0 comments on commit efc14e5

Please sign in to comment.