john-TC

Results 4 comments of john-TC

I have the same issue. My `docker-compose.yml`: ``` version: '3.9' services: postgres: image: postgres:13.4-alpine volumes: - postgres:/var/lib/postgresql/data environment: - POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=nextcloud nextcloud: image: nextcloud:22.1.0-apache ports: - 80:80 volumes: -...

same issue. its not game stopping, just bothersome

For myself, Flutter version 1.17.1 creates the old `settings.gradle` and version 1.17.2 breaks the new `settings.gradle` while creating new projects. I tested `flutter create new_project` for both versions and looked...