gpt_test_gen 0.0.2 copy "gpt_test_gen: ^0.0.2" to clipboard
gpt_test_gen: ^0.0.2 copied to clipboard

Dart test code generator with GPT-3.

example/lib/gpt_test_gen_example.dart

int sum(int a, int b) {
  return a + b;
}

String replaceApple(String original) => original.replaceAll('apple', 'grape');
0
likes
120
pub points
0%
popularity

Publisher

verified publisherkrgm4d.dev

Dart test code generator with GPT-3.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, http

More

Packages that depend on gpt_test_gen