github_pages 2.0.0 github_pages: ^2.0.0 copied to clipboard
Publish to a gh-pages branch on GitHub (or any other branch on any other remote)
import 'package:github_pages/github_pages.dart' as ghpages;
void main() {
ghpages.publish('build/web', {});
}