format:
	dart format $$(find . -type f -name '*.dart')
fix:
	dart fix ./lib --apply

serve:
	flutter run -d web-server --web-port 8080