An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Flutter - Authenticated CRUD App - TesloShop

499shots-so


588shots-so

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
```