https://github.com/clickbar/flutter-darmstadt
https://github.com/clickbar/flutter-darmstadt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clickbar/flutter-darmstadt
- Owner: clickbar
- Created: 2020-04-22T10:05:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T11:52:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T14:14:09.234Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Darmstadt
The project is used as base repository that bundles all Flutter Darmstadt repositories using git submodules.
## Cloning Instructions
1. Clone this repository
**HTTPS**\
`git clone https://github.com/clickbar/flutter-darmstadt.git`
**SSH**\
`git clone git@github.com:clickbar/flutter-darmstadt.git`
The repository will be cloned with all submodule folders. But the folders will be empty. Run step 2 and 3 to init and update the submodules.
2. Init the submodules
`git submodule init`
3. Update the content of the submodules
`git submodule update`