Dart and Flutter command-line syntax
The basic command-line syntax to translate Dart and Flutter code is:
sourceanalyzer –b <build_id> <translation_options> <dirs> sourceanalyzer –b <build_id> <translation_options> <files>
The basic command-line syntax to translate Dart and Flutter code is:
sourceanalyzer –b <build_id> <translation_options> <dirs> sourceanalyzer –b <build_id> <translation_options> <files>