Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDG Nuremberg Coding Space — Starter Repo

A bare Flutter app everyone starts from, so we can compare coding style and architecture instead of raw problem-solving. No AI tooling set up here on purpose — see REQUIREMENTS.md for the rules and the actual task.

Getting started

Platform folders (android/, ios/, web/, etc.) aren't checked in, so you'll need to generate them locally first:

flutter create .
flutter pub get
flutter run

Workflow

  1. Clone this repo.
  2. Create your own branch off main, named after you:
    git checkout -b yourname
  3. Work on REQUIREMENTS.md independently on your branch. Commit as often as you like, the history is part of what we'll look at too.
  4. Push your branch when you're done (or when time's up):
    git push origin yourname
  5. At the end we'll go through branches together and compare approaches.

Please don't merge into main. Every branch should stay its own independent solution so the comparison stays clean.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages