teuton_feature library
Public API exports for programmatic usage of teuton_feature.
This allows importing: import 'package:teuton_feature/teuton_feature.dart';
And then using FeatureGenerator, CreateOptions, TeutonConfig, etc.
Classes
- CreateOptions
- Options to control how a feature is generated.
- FeatureGenerator
- TemplateInfo
- Describes a template available for feature generation.
- TeutonConfig
- Configuration model for the Teuton Feature generator.
Constants
-
availableTemplates
→ const List<
TemplateInfo> - Built-in templates shipped with the package.
Functions
-
toPascalCase(
String text) → String -
Converts a string like
user_profileoruser-profiletoUserProfile.