flutter_test_gen_ai 0.2.3 copy "flutter_test_gen_ai: ^0.2.3" to clipboard
flutter_test_gen_ai: ^0.2.3 copied to clipboard

An LLM-based test generation tool that generates Dart test cases for uncovered code using Google Gemini to improve code coverage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_test_gen_ai

With Flutter:

 $ flutter pub add flutter_test_gen_ai

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_test_gen_ai: ^0.2.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_test_gen_ai/flutter_test_gen_ai.dart';
0
likes
130
points
57
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An LLM-based test generation tool that generates Dart test cases for uncovered code using Google Gemini to improve code coverage.

Repository (GitHub)
View/report issues

Topics

#testing #code-coverage #gemini #llm #automation

License

MIT (license)

Dependencies

analyzer, args, collection, coverage, google_generative_ai, logging, package_config, path, stack_trace, yaml

More

Packages that depend on flutter_test_gen_ai