GenerateFlutterControllersTask
class GenerateFlutterControllersTask(srcFolder: File, bindings: Map<Controller, List<FlutterChannel>>, isProtobufEnabled: Boolean) : KlutterTask, GenerateCodeAction
Generate the Flutter (dart) code in root/lib folder of the plugin project.
Constructors
Link copied to clipboard
constructor(srcFolder: File, bindings: Map<Controller, List<FlutterChannel>>, isProtobufEnabled: Boolean)