github_pages 0.0.1
github_pages: ^0.0.1 copied to clipboard
Publish your web application to a gh-pages branch on GitHub.
example/github_pages_example.dart
import 'package:github_pages/github_pages.dart' as ghpages;
void main() {
ghpages.publish();
}