bc_golden_plugin 2.0.0-alpha.5
bc_golden_plugin: ^2.0.0-alpha.5 copied to clipboard
Golden Plugin is a software that enables you to test the UI you develop against a reference image or a design in Figma.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bc_golden_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bc_golden_plugin: ^2.0.0-alpha.5Alternatively, 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:bc_golden_plugin/bc_golden_plugin.dart';