contents library
Functions
-
envContent(
String host, int port, String oydaBase, String user, String password, int devKey) → String - Returns the .env file content as a string for the given host, port, OYDA base, user, and password.
-
gitignoreContent(
) → String -
indexContent(
String projectName) → String - Default index file or something
-
mainContent(
String projectName) → String - Returns the main content as a string for the given project name.
-
pubspecContent(
String projectName) → String - Returns the pubspec.yaml content as a string for the given project name.
-
readmeContent(
String projectName) → String -
tableConfigContent(
) → String -
testIMLContent(
) → String - Default IML file
-
widgetTestContent(
String projectName) → String - Returns the widget test content as a string for the given project name.