greenroom 0.2.0 copy "greenroom: ^0.2.0" to clipboard
greenroom: ^0.2.0 copied to clipboard

Turns Flutter's own @Preview annotations into widget tests proving every preview mounts — with screenshots and a machine-readable verdicts file.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'services/services.dart';
import 'services/user_service.dart';
import 'ui/profile_header.dart';

void main() => runApp(
  AppServices(
    // A real app wires live implementations here.
    services: Services(user: LiveUserService()),
    child: const MaterialApp(
      home: Scaffold(body: Center(child: ProfileHeader())),
    ),
  ),
);
1
likes
0
points
218
downloads

Publisher

verified publisherwenkaifan.com

Weekly Downloads

Turns Flutter's own @Preview annotations into widget tests proving every preview mounts — with screenshots and a machine-readable verdicts file.

License

unknown (license)

Dependencies

analyzer, crypto, dart_style, path

More

Packages that depend on greenroom