Closed
Description
From @HansMuller on February 19, 2016 0:11
If I type class Foo extends StatelessComponent
Atom appends {}
. It would be even more helpful if it appended an empty build() method.
Similarly, if I type class Foo extends StatefulComponent
Atom could generate a _FooState class and all the rest of the boilerplate.
Copied from original issue: flutter/flutter#2015