https://github.com/floodoo/gun_club
https://github.com/floodoo/gun_club
dart flutter gorouter school-project supabase user-management
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/floodoo/gun_club
- Owner: floodoo
- Created: 2022-10-12T08:52:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T19:14:44.000Z (about 3 years ago)
- Last Synced: 2023-07-26T08:25:42.838Z (almost 3 years ago)
- Topics: dart, flutter, gorouter, school-project, supabase, user-management
- Language: Dart
- Homepage: https://gun-club.vercel.app
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# der glühende Colt
## Setup And Run Project
**Required** flutter version: `^3.7.7`
### With Makefile
1. git clone project
2. make clean
3. make run-web
4. [http://localhost:3000](http://localhost:3000) aufrufen
### Without Makefile
1. git clone
2. flutter clean
3. flutter pub get
4. flutter pub run build_runner build --delete-conflicting-outputs
5. flutter run -d web-server --web-hostname localhost --web-port 3000
6. [http://localhost:3000](http://localhost:3000) aufrufen
## Used Dependencies
### Dependencies
- [flutter_riverpod: ^2.0.2](https://pub.dev/packages/flutter_riverpod) # State Management
- [go_router: ^5.0.5](https://pub.dev/packages/go_router) # Navigation
- [supabase_flutter: ^1.0.0-dev.9](https://pub.dev/packages/supabase_flutter) # PostgreSQL as backend
### Dev Dependencies
- [build_runner: ^2.3.0](https://pub.dev/packages/build_runner) # Generate code
- [freezed: ^2.1.1](https://pub.dev/packages/freezed)
- [freezed_annotation: ^2.1.0](https://pub.dev/packages/freezed_annotation)
- [json_annotation: ^4.7.0](https://pub.dev/packages/json_annotation)
- [json_serializable: ^6.5.1](https://pub.dev/packages/json_serializable)
- [flutter_launcher_icons: ^0.10.0](https://pub.dev/packages/flutter_launcher_icons) # generate icons for android and ios with config file