From 1d767ceecef4771f7dbbf7ca92bf9ed7a614509c Mon Sep 17 00:00:00 2001 From: Lukasz Date: Mon, 13 May 2019 11:50:59 -0400 Subject: [PATCH] Add readme. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..233c7b7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Flutter Bloc Generator for Intellij + +Generates boilerplate for BLOC managed screens: + +* State +* Bloc +* Actions +* Screen + +This is a custom BLOC implementation. If you are using a different variation, you might need to adjust the templates. + + +## License + +Apache License 2.0 \ No newline at end of file