functions/index library

Functions

generateGetX(ArgResults argResults, {bool dryRun = false}) → void
The generateGetX function generates the folder structure according to GetX imports and usage. You have to import the get library manually in your pubspec.yaml file
generateProvider(ArgResults argResults, {bool dryRun = false}) → void
The generateProvider function generates the folder structure according to feature by folder pattern for Provider state management.