Merge pull request #72 from krispypen/master

Adding library configuration to the iOS guide
This commit is contained in:
Thomas 2019-10-28 15:14:42 +01:00 committed by GitHub
commit af4cf03293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ int main(int argc, char * argv[]) {
```
5. Opt-in to the embedded views preview by adding a boolean property to the app's `Info.plist` file with the key `io.flutter.embedded_views_preview` and the value `YES`.
6. Add UnityFramework.framework as a Library to the Runner project
<img src="libraries.png" width="400" />
<br />
### AR Foundation ( requires Unity 2019.3.*)

BIN
libraries.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB