From 1da49a014d74083c429419e44787e3cb6a803b48 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 7 Sep 2022 11:42:08 -0600 Subject: [PATCH] update readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 458002037..7cd69b3f9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ put features here ## Build and run ### Prerequisites - Flutter 3.0.5 -- Flutter SDK Requirement (>=2.12.0, up until <3.0.0) +- Dart SDK Requirement (>=2.17.0, up until <3.0.0) - Android/iOS dev setup (Android Studio, xCode and subsequent dependencies) After that download the project and init the submodules @@ -23,29 +23,28 @@ git submodule update --init --recursive Building plugins for Android ``` -cd crypto_plugins/flutter_liblelantus/scripts/android/ -// note if you are on a mac go one directory further to android_on_mac +cd scripts/android/ ./build_all.sh // when finished go back to the root directory -cd ../../../.. +cd ../.. ``` Building plugins for IOS ``` -cd crypto_plugins/flutter_liblelantus/scripts/ios/ +cd scripts/ios/ ./build_all.sh // when finished go back to the root directory -cd ../../../.. +cd ../.. ``` Building plugins for testing on Linux ``` -cd crypto_plugins/flutter_liblelantus/scripts/linux/ +cd scripts/linux/ ./build_all.sh // when finished go back to the root directory -cd ../../../.. +cd ../.. ``` Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands: