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