From 7c6b04d06de62f3f415b18aa292f4e6da5e104c1 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Thu, 20 Aug 2020 22:18:26 +0200 Subject: [PATCH] Release 0.1.0 First Release using Github Actions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f7bf035..558b60c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Sunshine Flutter Frontend +![Lints](https://github.com/sunshine-protocol/sunshine-bounty-ui/workflows/Lints/badge.svg) +![(Android, iOS)]() + This project uses [cargo make](https://github.com/sagiegurari/cargo-make) to combine the build commands for compiling the Rust `sunshine` module and linking it to the Flutter interface. This structure will eventually enable our substrate light client to talk directly to the Flutter interface (with no dependency on polkadot-js). [`shekohex/flutterust`](https://github.com/shekohex/flutterust) is a generic template for Rust to Dart FFI