mirror of
https://github.com/foss42/apidash.git
synced 2025-07-01 05:30:54 +08:00
Add Android Additional Instructions
This commit is contained in:
@ -131,6 +131,19 @@ Instead of copy pasting from pub.dev, it is recommended that you use `flutter pu
|
|||||||
|
|
||||||
## Platform-specific Additional Instructions
|
## Platform-specific Additional Instructions
|
||||||
|
|
||||||
|
### Android
|
||||||
|
Add the `multiDexEnabled true` line to the `defaultConfig` section at `android/app/build.gradle file`
|
||||||
|
|
||||||
|
```
|
||||||
|
android {
|
||||||
|
...
|
||||||
|
defaultConfig {
|
||||||
|
...
|
||||||
|
multiDexEnabled true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.
|
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.
|
||||||
|
Reference in New Issue
Block a user