MCPcopy Create free account
hub / github.com/MobAI-App/ios-builder / FlutterHandler

Struct FlutterHandler

internal/dev/flutter.go:28–36  ·  view source on GitHub ↗

FlutterHandler implements FrameworkHandler for Flutter projects.

Source from the content-addressed store, hash-verified

26
27// FlutterHandler implements FrameworkHandler for Flutter projects.
28type FlutterHandler struct {
29 mobaiURL string
30 noAttach bool
31 noWatch bool
32 watchConfig *config.WatchConfig
33 watcher watcher
34 stdinMux *StdinMux
35 cancelWatch context.CancelFunc
36}
37
38// NewFlutterHandler creates a new Flutter handler.
39func NewFlutterHandler(mobaiURL string, noAttach, noWatch bool, watchCfg *config.WatchConfig) *FlutterHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected