# fartstack

Flutter and Dart full stack template, Lovingly called FartStack

## TLDR

Dev is done all in dart, with the flutter framework as a frontend. The
backend uses [dart_frog](), a dart backend framework with a focus on developer
experience. This whole stack revolves around my Dart expertise, so its not about
being the fastest stack, but the quickest stack I can build in. Because building
a product is like a fart: its all about follow-through.

### Installing

If you have the nix package manager and direnv setup, its as easy as running `direnv allow`, bingo bango.

If not, well, you need to setup `flutter`, `dart` (should get installed with flutter), and `dart_frog`

## Frontend `./frontend/`

WIP

## Backend `./backend/`