nv_golden 2.0.0+3 copy "nv_golden: ^2.0.0+3" to clipboard
nv_golden: ^2.0.0+3 copied to clipboard

The golden testing framework we use at nonvanilla. Thanks to the people at ebay that strongly inspired this plugin with their golden_toolkit.

example/lib/main.dart

import 'package:example/main_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: lightTheme,
      home: MainPage(),
    );
  }
}

final lightTheme = ThemeData(
  primarySwatch: Colors.blueGrey,
);
6
likes
140
points
52
downloads

Publisher

verified publisherlunaticcoding.com

Weekly Downloads

The golden testing framework we use at nonvanilla. Thanks to the people at ebay that strongly inspired this plugin with their golden_toolkit.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

file, flutter, flutter_test, image, path, platform

More

Packages that depend on nv_golden