EventStateProcessor Generator Plugin
Description
Event State Processor Generator plugin is compatible with IntelliJ and Android Studio. It provides source code generation for the EventStateProcessor Library to increase code productivity in Flutter apps development.
Installation
You can find the plugin in the official IntelliJ and Android Studio marketplace
Support version
Android Studio && IntelliJ IDEA version >= 2017.3
How to use
Simply right-click on the File Project view, go to New -> Even State Processor Files
, give it a name and click on OK
to see all the boilerplate generated.
Or using shortcut Ctr + Alt + E + G
Snippets
Processor
Shortcut | Description |
---|---|
importesp |
imports import package:eventstateprocessor/eventstateprocessor.dart |
classprocessor |
create a $
class |
classevent |
create a $
class |
classscreen |
create a $
widget |
classstate |
create a $
class |
Issues and feedback
If there is specific issues, bugs, or feature requests please report to our mailing list
Contributor
- Justin Lewis (Maintainer)
- dung95bk (Developer)