ConstStrings class

Static class to hold constants.

Constructors

ConstStrings()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

couldntRemoveOldGit String
Couldn't remove old git files text.
getter/setter pair
couldntRunPubGet String
Couldn't run 'flutter pub get' text.
getter/setter pair

Static Methods

couldntChangeImports(String folderName) String
Couldn't change imports text.
couldntChangeName(String platformName) String
Couldn't change name text.
couldntFindDir(String dirName) String
Couldn't find directory text.

Constants

couldntCloneRepository → const String
Couldn't clone repository text.
couldntCopyFilesFromTemplate → const String
Couldn't copy files from template text.
couldntCreateDirectory → const String
Couldn't create directory text.
couldntGetOldName → const String
Couldn't get old name text.
defaultTemplate → const String
Default template.
enterAppNameText → const String
Enter new app's name text.
mustPassSnackCaseName → const String
You must pass a snack case text.
noDirectory → const String
Couldnt find directory text.
noPubspec → const String
Couldnt find pubspec.yaml text.
pathToInstallText → const String
Path to install text.
repoOfTemplateText → const String
Repository of template text.
wrongNumberOfArguments → const String
Tells the user that the number of arguments is wrong.