bc_golden_plugin 1.3.1
bc_golden_plugin: ^1.3.1 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.
example/main.dart
import 'package:flutter/material.dart';
import 'lib/src/presentation/core/app_widget.dart';
void main() {
runApp(const AppWidget());
}