From 60f9d62a3740a20f3c76d24162a4d0f66b854bfc Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Wed, 3 Jul 2024 10:34:33 +0300 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 741894e..eb9afe6 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,30 @@ [![pub package](https://img.shields.io/pub/v/breez_liquid_sdk.svg)](https://pub.dev/packages/breez_liquid_sdk) ## Table of contents +- [Platform Support](#platform-support) +- [Requirements](#requirements) - [Description](#description) - [Installation](#installation) - [Usage](#usage) - [Documentation](#documentation) +## Platform Support + +| Android | iOS | MacOS | Web | Linux | Windows | +| :-----: | :-: | :---: | :-: | :---: | :----: | +| ✅ | ❎ | ❎ | ❎ | ❎ | ❎ | + +## Requirements + +- Flutter >=3.10.0 +- Dart >=3.4.0 <4.0.0 +- iOS >=12.0 +- MacOS >=10.11 +- Android `compileSDK` 31 +- Java 1.8 +- Android Gradle Plugin >=7.1.2 +- Gradle wrapper >=7.4 + ## Description This is a Flutter package that wraps the Dart bindings of [Breez Liquid SDK](https://github.com/breez/breez-liquid-sdk?tab=readme-ov-file#readme).