github_pages 2.0.0 copy "github_pages: ^2.0.0" to clipboard
github_pages: ^2.0.0 copied to clipboard

Publish to a gh-pages branch on GitHub (or any other branch on any other remote)

example/main.dart

import 'package:github_pages/github_pages.dart' as ghpages;

void main() {
  ghpages.publish('build/web', {});
}
3
likes
160
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Publish to a gh-pages branch on GitHub (or any other branch on any other remote)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, git, glob, path

More

Packages that depend on github_pages