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
'--android-studio-dir=[The Android Studio install directory]: :_path_files -/' \
@@ -179,7 +176,6 @@ _flutter() {
179
176
'--clear-features[Remove all configured features and restore them to the default values]' \
180
177
&& ret=0
181
178
;;
182
-
183
179
(create)
184
180
_arguments \
185
181
'(- *)'{-h,--help}'[Print this usage information]' \
@@ -242,6 +238,7 @@ _flutter() {
242
238
'--flavor[Build a custom app flavor as defined by platform-specific build setup]:flavor' \
243
239
'--web-renderer=[The renderer implementation to use when building for the web]: :_flutter_web_renderers' \
244
240
'--no-web-resources-cdn[Do not use Web static resources hosted on a CDN]' \
241
+
'--use-application-binary=[Specify a pre-built application binary to use when running]:app:_files -g "*.apk"' \
245
242
'--trace-startup[Start tracing during startup]' \
246
243
'(--cache-startup-profile --no-cache-startup-profile)--cache-startup-profile[Caches the CPU profile collected before the first frame for startup analysis]' \
247
244
'(--cache-startup-profile --no-cache-startup-profile)--no-cache-startup-profile[Not caches the CPU profile collected before the first frame for startup analysis]' \
@@ -250,16 +247,17 @@ _flutter() {
250
247
'--dump-skp-on-shader-compilation[Cache the shader in the SkSL format instead of in binary or GLSL formats]' \
251
248
'--purge-persistent-cache[Removes all existing persistent caches]' \
252
249
'--route[Which route to load when running the app]' \
253
-
'--use-application-binary=[Specify a pre-built application binary to use when running]::_files -g "*.apk"' \
254
250
'(--no-start-paused --start-paused)--start-paused[Start in a paused mode and wait for a debugger to connect]' \
255
251
'(--no-start-paused --start-paused)--no-start-paused[Not tart in a paused mode and wait for a debugger to connect]' \
256
252
'--endless-trace-buffer[Enable tracing to an infinite buffer, instead of a ring buffer]' \
257
253
'--trace-systrace[Enable tracing to the system tracer]' \
254
+
'--trace-to-file=[Write the timeline trace to a file at the specified path]:file:_files' \
258
255
'--trace-skia[Enable tracing of Skia code]' \
259
256
'--no-enable-dart-profiling[Disable the Dart VM sampling CPU profiler]' \
260
-
'--enable-software-rendering[Enable rendering using the Skia software backend]' \
*{-a,--dart-entrypoint-args=}'[Pass a list of arguments to the Dart entrypoint at application startup]: :' \
259
+
'--web-tls-cert-path=[The certificate that host will use to serve using TLS connection]:cert:_files' \
260
+
'--web-tls-cert-key-path=[The certificate key that host will use to authenticate cert]:key:_files' \
263
261
'--web-launch-url=[The URL to provide to the browser]: :' \
264
262
'(-t --target=)'{-t,--target=}'[The main entry-point file of the application, as run on the device.(defaults to "lib/main.dart")]: :_files -g "*.dart"' \
265
263
'--device-vmservice-port=[Look for vmservice connections only from the specified port]:port:' \
@@ -330,6 +328,8 @@ _flutter() {
330
328
'--format["dart format" is run after generating the localization files]' \
331
329
'--use-escaping[use escaping for message]' \
332
330
'--suppress-warnings[all warnings will be suppressed]' \
331
+
'--relax-syntax[Use the relax syntax]' \
332
+
'--use-named-parameter[Use named parameters for generated localization methods]' \
333
333
&& ret=0
334
334
;;
335
335
(install)
@@ -407,6 +407,8 @@ _flutter() {
407
407
'--enable-software-rendering[Enable rendering using the Skia software backend]' \
408
408
'--skia-deterministic-rendering[When combined with --enable-software-rendering, provides 100% deterministic Skia rendering]' \
409
409
*{-a,--dart-entrypoint-args=}'[Pass a list of arguments to the Dart entrypoint at application startup]: :' \
410
+
'--web-tls-cert-path=[The certificate that host will use to serve using TLS connection]:cert:_files' \
411
+
'--web-tls-cert-key-path=[The certificate key that host will use to authenticate cert]:key:_files' \
410
412
'--web-launch-url=[The URL to provide to the browser]: :' \
411
413
'(-t= --target=)'{-t=,--target=}'[The main entry-point file of the application, as run on the device.(defaults to "lib/main.dart")]: :_files -g "*.dart"' \
412
414
'--device-vmservice-port=[Look for vmservice connections only from the specified port]:port:' \
@@ -436,7 +438,7 @@ _flutter() {
436
438
'(- *)'{-h,--help}'[Print this usage information]' \
437
439
'(-o --out)'{-o,--out=}'[Location to write the screenshot]: :_files' \
438
440
'--vm-service-url=[The VM Service URL to which to connect]' \
439
-
'--type=[The type of screenshot to retrieve]:type:(device rasterizer skia)' \
441
+
'--type=[The type of screenshot to retrieve]:type:(device skia)' \
440
442
'--device-timeout=[Time in seconds to wait for devices to attach]:seconds:' \
441
443
'--device-connection=[Discover devices based on connection type]:type:_flutter_device_connection_types' \
442
444
&& ret=0
@@ -452,10 +454,10 @@ _flutter() {
452
454
(test)
453
455
_arguments \
454
456
'(- *)'{-h,--help}'[Print this usage information]' \
455
-
'--pub[Run "flutter packages get" before executing this command(defaults to on)]' \
456
-
'--no-pub[Not to run "flutter packages get" before executing this command]' \
0 commit comments