File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ put features here
1111## Build and run
1212### Prerequisites
1313- Flutter 3.0.5
14- - Flutter SDK Requirement (>=2.12 .0, up until <3.0.0)
14+ - Dart SDK Requirement (>=2.17 .0, up until <3.0.0)
1515- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
1616
1717After that download the project and init the submodules
@@ -23,29 +23,28 @@ git submodule update --init --recursive
2323
2424Building plugins for Android
2525```
26- cd crypto_plugins/flutter_liblelantus/scripts/android/
27- // note if you are on a mac go one directory further to android_on_mac
26+ cd scripts/android/
2827./build_all.sh
2928// when finished go back to the root directory
30- cd ../../../..
29+ cd ../..
3130```
3231
3332Building plugins for IOS
3433
3534```
36- cd crypto_plugins/flutter_liblelantus/ scripts/ios/
35+ cd scripts/ios/
3736./build_all.sh
3837// when finished go back to the root directory
39- cd ../../../..
38+ cd ../..
4039```
4140
4241Building plugins for testing on Linux
4342
4443```
45- cd crypto_plugins/flutter_liblelantus/ scripts/linux/
44+ cd scripts/linux/
4645./build_all.sh
4746// when finished go back to the root directory
48- cd ../../../..
47+ cd ../..
4948```
5049
5150Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:
You can’t perform that action at this time.
0 commit comments