nv_golden 2.0.0 copy "nv_golden: ^2.0.0" to clipboard
nv_golden: ^2.0.0 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
0
pub points
0%
popularity

Publisher

verified publisherlunaticcoding.com

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

License

unknown (LICENSE)

Dependencies

file, flutter, flutter_test, image, path, platform

More

Packages that depend on nv_golden