shields 1.0.4 copy "shields: ^1.0.4" to clipboard
shields: ^1.0.4 copied to clipboard

discontinued

Generates shields to be added to your readme

example/lib/main.dart

import 'package:shields/shields.dart';

void main(List<String> args) async {
  final props = await ShieldProps.read();
  print(compileShields(props));
}