You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ Build the given mobile application project. You must call the `Flutter Install`
64
64
*_(Optional)_. Set `entryPoint` to override the main entry point file of the application. Default is 'lib/main.dart'.
65
65
*_(Optional)_. Set `verboseMode` if you wish to get detailed verbose log output for diagnoses purposes. Default is `false`.
66
66
*_(Optional)_. Set `debugMode` if you wish to override the default release mode for the build. Default is `false`.
67
-
*_(Optional)_. Set `dartDefine` compile-time variables. Example: "Some_Var=Some_val --dart-define=Some_Var2=Val"
67
+
*_(Optional)_. Set `dartDefine` compile-time variables, use as : `foo=bar` (use 'dartDefineMulti' for multiple args)"
68
+
*_(Optional)_. Set `dartDefineMulti` compile-time variables, use as (space separated) : `foo=bar key1=val1 key2=val2` (use for multiple --dart-define arguments)"
68
69
*_(Optional)_. Set `extraArgs` if you want to pass more official/custom command arguments, `Space Separated`. Example: "--no-tree-shake-icons --publish-to-play"
69
70
*__(Android)__._(Optional)_. Set `apkTargetPlatform` for the Android platform architecture target: `default`__(default set by Flutter sdk)__`android-arm` , `android-arm64`, `android-x86`, `android-x64`, `custom`.
70
71
*__(Android)__._(Optional)_. Set `customApkTargetPosition` for the `custom` target platform architecture, provide your own combination (comma separated) of valid values. _Example_ like `android-arm,android-arm64,android-x64`
@@ -158,8 +159,24 @@ Read this issue [#16](https://github.com/hey24sheep/azure-flutter-tasks/issues/1
158
159
159
160
Read this [wiki](https://github.com/hey24sheep/azure-flutter-tasks/wiki/Integeration-Test-Support) for steps, thanks to [@maksymgendin](https://github.com/maksymgendin) for the help.
160
161
162
+
> IOS build fail "Provisional Profile Errors" ?
163
+
164
+
Read this [#35](https://github.com/hey24sheep/azure-flutter-tasks/issues/35#issuecomment-1063794699) for help
165
+
166
+
161
167
<br/>
162
168
169
+
## Improve
170
+
171
+
Help me by reporting bugs, creating PRs, **submit new ideas** for features or anything else that you want to share.
172
+
173
+
- Just [write an issue](https://github.com/hey24sheep/azure-flutter-tasks/issues) on GitHub. ✏️
174
+
175
+
## More
176
+
177
+
Check out my other useful **Flutter** packages on [pub.dev](https://pub.dev/publishers/hey24sheep.com/packages)
178
+
or more **DevOps** extensions on [marketplace](https://marketplace.visualstudio.com/publishers/Hey24sheep)
179
+
163
180
## Source Code
164
181
165
182
Source code can be found on [Github](https://github.com/hey24sheep/azure-flutter-tasks).
0 commit comments