github_pages 1.0.0 github_pages: ^1.0.0 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();
}