flutter/dev/tools/lib/proto
2021-04-19 15:04:04 -07:00
..
compile_proto.sh [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
conductor_state.pb.dart [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
conductor_state.pbenum.dart [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
conductor_state.pbjson.dart [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
conductor_state.pbserver.dart [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
conductor_state.proto [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
license_header.txt [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00
README.md [flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528) 2021-04-19 15:04:04 -07:00

Flutter Conductor Protocol Buffers

This directory contains conductor_state.proto, which defines the persistent state file the conductor creates. After changes to this file, you must run the compile_proto.sh script in this directory, which will re-generate the rest of the Dart files in this directory, format them, and prepend the license comment from license_header.txt.