Skip to content

Commit

Permalink
инструкция дополнена
Browse files Browse the repository at this point in the history
  • Loading branch information
iska9der committed Feb 12, 2023
1 parent 2995219 commit ad82143
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
## Pre-build

```
flutter pub get
```

```
if (Platform.isIOS) {
cd ios && pod install && cd ..
}
```

```
flutter pub run build_runner build --delete-conflicting-outputs
```

## Build

apk
```
apk:
flutter build apk --release --split-per-abi
```

## Testing App Links
## Dev
###### Testing App Links

Android
```
Android:
adb shell am start -a android.intent.action.VIEW -d "<URI>"
```

IOS:
IOS
```
/usr/bin/xcrun simctl openurl booted "<URI>"
```

0 comments on commit ad82143

Please sign in to comment.