Flutter and Dart full stack template, Lovingly called FartStack
Go to file Use this template
2025-02-04 22:45:52 -07:00
.direnv/bin Initial commit, swift and stinky 2025-01-30 16:05:21 -07:00
backend WIP still, tuning up auth and room wildcard with middleware 2025-02-02 19:49:11 -07:00
frontend Initial commit, swift and stinky 2025-01-30 16:05:21 -07:00
shared_models WIP still, tuning up auth and room wildcard with middleware 2025-02-02 19:49:11 -07:00
.gitignore WIP still, tuning up auth and room wildcard with middleware 2025-02-02 19:49:11 -07:00
.ignore Initial commit, swift and stinky 2025-01-30 16:05:21 -07:00
flake.lock Initial commit, swift and stinky 2025-01-30 16:05:21 -07:00
flake.nix Edit fart message 2025-02-04 20:41:39 -07:00
LICENSE Initial commit 2025-01-30 14:49:07 -07:00
README.md Update readme 2025-02-04 22:45:52 -07:00

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/