gitbaker 0.0.3
gitbaker: ^0.0.3 copied to clipboard
An easy and simple to integrate info baker for git repositories into your Flutter or Dart project.
example/main.dart
import 'dart:io';
void main() {
Process.runSync("dart", ["run", "gitbaker"]);
}