adaptive_test 0.5.0 copy "adaptive_test: ^0.5.0" to clipboard
adaptive_test: ^0.5.0 copied to clipboard

A Flutter package to generate adaptive golden files during widget tests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_test

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

dependencies:
  adaptive_test: ^0.5.0

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

Import it

Now in your Dart code, you can use:

import 'package:adaptive_test/adaptive_test.dart';
15
likes
140
pub points
46%
popularity

Publisher

verified publisherbam.tech

A Flutter package to generate adaptive golden files during widget tests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, equatable, file, flutter, flutter_test, meta, path, platform, recase

More

Packages that depend on adaptive_test