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