welcomeViewContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
- required String appName,
Generates lib/resources/views/welcome_view.dart.
appName is the human-readable application name shown in the hero
section.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String welcomeViewContent({required String appName}) {
return StubLoader.replace(StubLoader.load('install/welcome_view'), {
'appName': appName,
});
}