This extensions provides a few context menu entries for creating new Dart/Flutter classes and widgets.
Note: These menu items will be activated for projects that contain a pubspec.yaml file.
Note: Names entered for the following should be in PascalCase which will be converted to snake_case when naming the file.
| Menu Item | Description |
|---|---|
| Dart: New Class | Creates a new Dart class |
| Dart: New Enum | Creates a new Dart enum |
| Flutter: New Stateless Widget | Creates a new Flutter stateless widget template |
| Flutter: New Stateful Widget | Creates a new Flutter stateful widget template |
Initial release.
Bug fixes.