The project is used as base repository that bundles all Flutter Darmstadt repositories using git submodules.
-
Clone this repository
HTTPS
git clone https://github.com/clickbar/flutter-darmstadt.git
SSH
git clone [email protected]: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.
-
Init the submodules
git submodule init
-
Update the content of the submodules
git submodule update