https://github.com/devferx/teslo_app
E commerce app made with Flutter, Riverpod and Material Design 3
https://github.com/devferx/teslo_app
dart flutter material-design riverpod
Last synced: 28 days ago
JSON representation
E commerce app made with Flutter, Riverpod and Material Design 3
- Host: GitHub
- URL: https://github.com/devferx/teslo_app
- Owner: devferx
- Created: 2024-01-02T15:19:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T18:33:55.000Z (over 2 years ago)
- Last Synced: 2025-04-09T18:05:29.844Z (about 1 year ago)
- Topics: dart, flutter, material-design, riverpod
- Language: Dart
- Homepage:
- Size: 3.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter - Authenticated CRUD App - TesloShop


This is a project to learn:
* Camera and Gallery
* Access tokens
* CRUD (Create, Read, Update, Delete) All other API endpoints
* riverpod (Autogenerated)
* GoRouter
## Backend Server
[Teslo Backend - Nest RestServer](https://hub.docker.com/repository/docker/klerith/flutter-backend-teslo-shop/general)
## Run the project
Command to autogenerate riverpod code
```
dart run build_runner watch
```