https://github.com/ilopx/github_remote_pkg
https://github.com/ilopx/github_remote_pkg
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilopx/github_remote_pkg
- Owner: ilopX
- Created: 2021-01-07T00:29:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T00:55:35.000Z (over 4 years ago)
- Last Synced: 2024-12-25T07:22:30.831Z (5 months ago)
- Language: Dart
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connecting Remote Dart Dependencies
Connecting a dependency as a remote repository using a special commit```yaml
dependencies:
github_remote_pkg:
git:
url: https://github.com/ilopX/github_remote_pkg
ref: 481a2f0b255bcc3b0953bdd378c73b46aaa4a6ed
path: remote_pkg # the folder path
```