Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndroidOrganizationName ¶
func AndroidOrganizationName() string
AndroidOrganizationName fetch the android package name (default: 'com.example'). Can by set upon flutter create (--org flag)
If errors occurs when reading the android package name, the string value will correspond to 'hover.failed.to.retrieve.package.name'
Types ¶
type AndroidManifest ¶
type AndroidManifest struct {
Package string `xml:"package,attr"`
}
AndroidManifest is a file that describes the essential information about an android app.
Click to show internal directories.
Click to hide internal directories.