flutty_test 0.2.1 copy "flutty_test: ^0.2.1" to clipboard
flutty_test: ^0.2.1 copied to clipboard

Testing utilities, helpers and matchers for Flutty packages.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {}

class ExampleCard extends StatelessWidget {
  const ExampleCard({super.key});

  @override
  Widget build(BuildContext context) {
    return const Card(
      child: Padding(
        padding: EdgeInsets.all(16),
        child: Text('Hello from flutty_test example'),
      ),
    );
  }
}
2
likes
140
points
368
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Testing utilities, helpers and matchers for Flutty packages.

Repository (GitHub)
View/report issues

Topics

#testing #golden-tests #test-utilities

License

MIT (license)

Dependencies

flutter, flutter_localizations, flutter_test, golden_toolkit

More

Packages that depend on flutty_test