flutter/dev/conductor/lib/proto
2021-07-07 17:50:31 -07:00
..
compile_proto.sh Conductor add next (#84354) 2021-06-21 18:46:02 -07:00
conductor_state.pb.dart [flutter_conductor] support pushing local changes to remote (#85797) 2021-07-07 17:50:31 -07:00
conductor_state.pbenum.dart Conductor add next (#84354) 2021-06-21 18:46:02 -07:00
conductor_state.pbjson.dart [flutter_conductor] support pushing local changes to remote (#85797) 2021-07-07 17:50:31 -07:00
conductor_state.pbserver.dart Migrate flutter conductor out of dev/tools and into its own directory (#83313) 2021-05-25 16:12:53 -07:00
conductor_state.proto [flutter_conductor] support pushing local changes to remote (#85797) 2021-07-07 17:50:31 -07:00
license_header.txt Migrate flutter conductor out of dev/tools and into its own directory (#83313) 2021-05-25 16:12:53 -07:00
README.md Migrate flutter conductor out of dev/tools and into its own directory (#83313) 2021-05-25 16:12:53 -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.