flutter-vienna-hackathon-25/wien_talks/wien_talks_flutter
2025-08-17 01:09:57 +02:00
..
android rename android pkg, ignore client secrets 2025-08-16 15:47:46 +02:00
assets carousel implemented 2025-08-16 17:55:23 +02:00
ios reinit as serverpod project 2025-08-16 11:58:34 +02:00
lib add auth skeleton 2025-08-17 01:09:57 +02:00
linux rename android pkg, ignore client secrets 2025-08-16 15:47:46 +02:00
macos rm serverpod templates 2025-08-16 16:13:51 +02:00
test reinit as serverpod project 2025-08-16 11:58:34 +02:00
web reinit as serverpod project 2025-08-16 11:58:34 +02:00
windows migrate db 2025-08-16 14:28:40 +02:00
.gitignore reinit as serverpod project 2025-08-16 11:58:34 +02:00
.metadata reinit as serverpod project 2025-08-16 11:58:34 +02:00
analysis_options.yaml reinit as serverpod project 2025-08-16 11:58:34 +02:00
pubspec.yaml carousel implemented 2025-08-16 17:55:23 +02:00
README.md A little refreshing ui change :-) 2025-08-16 18:58:17 +02:00

wien_talks_flutter

A new Flutter project with Serverpod.

Getting Started

This project is a starting point for a Flutter application that is using Serverpod.

A great starting point for learning Serverpod is our documentation site at: https://docs.serverpod.dev.

To run the project, first make sure that the server is running, then do:

flutter run

Flutter start:

add environment variable in the Additional arguments field in Android Studio:

--dart-define=SERVER_URL=http://localhost:5432/

Note: Host MUST end with a slash

docker start:

wien_talks_server>docker compose -f docker-compose.local.yaml up -d