Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
README: Dart has FFI now 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abustany committed Oct 14, 2019
1 parent 92a6abf commit 93db69f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ The features currently being developed include:

## Compatibility

Rust and Flutter should allow targeting both Android and iOS as mobile platforms.
I currently only develop for Android, but the platform specific layer binding
Flutter to Rust (because of the [lack of FFI](https://github.com/flutter/flutter/issues/7053))
is really thin and should be trivial to port to Objective-C or Swift. There's
also a very basic CLI tool for interacting with Flouze accounts, that one should
work on all desktop platforms.
Rust and Flutter allow targeting both Android and iOS as mobile platforms. I
currently only develop for Android, and try to make things work for iOS once
every now and then, but given I have no Apple Developer Account this does not
mean much. There's also a very basic CLI tool for interacting with Flouze
accounts, that one should work on all desktop platforms.

## Development

Expand Down

0 comments on commit 93db69f

Please sign in to comment.