grahamsmith / dart-test

7 stars 7 forks source link

dart-test

Build Version Downloads

Description

This plugin addresses missing functionality when working with Dart/Flutter, specifically the pain of creating tests in a package structure that reflects the implementation code.

Features:

Create a Dart Test file from the "New Item" menu, give it a name and watch it magically create the test in the right folder .

Create a Dart Test file from source or test folders

All tests are generated ready to go with the basic elements filled in. Groups and Widget tests coming soon!

Create a Dart Test file from source or test folders

Future work

Installation


Plugin based on the IntelliJ Platform Plugin Template.