Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PubDep ¶ added in v0.33.0
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 ¶ added in v0.33.0
PubSpecLock contains the parsed contents of pubspec.lock
type StandaloneImplementation ¶ added in v0.33.0
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.