repo_pub_server

Last updated:

0 purchases

repo_pub_server Image
repo_pub_server Images
Add to Cart

Description:

repo pub server

repo_pub_server #
Builds a static pub server from the package you develop, enabling you to provide continuous delivery of your
bleeding edge dart package builds.
Getting started #

Globally install repo_pub_server to your CI environment
Install git and gzip on your environment
Add the example code to your CI/CD configuration

Example code #
# ensure you added the dev_dependency
flutter pub global activate repo_pub_server
cd path/to/your/package
repo_pub_server https://your-final-serving-url.tld/ /directory/to/build/at
copied to clipboard
How it works #
repo_pub_server uses git to find all tags. Based on the versions and the corresponding pubspec files, a static
dart package repository is being built.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.