Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PubDep ¶
type PubDep struct { Dependency string Description interface{} Source string Version string // contains filtered or unexported fields }
PubDep contains one entry of the pubspec.lock yaml list
type PubSpecLock ¶
PubSpecLock contains the parsed contents of pubspec.lock
type StandaloneImplementation ¶
type StandaloneImplementation struct { Name string `json:"name"` ImportFile string `json:"importFile"` }
StandaloneImplementation contains the go-flutter compatible plugins that aren't merged into original VSC repo.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.