mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
These keep turning up, so I did a little bash-fu to find them all. ```bash grep -lL "#pragma once" $(grep -lL "#ifndef .*_H_" $(find . | grep "\.h$")) | cut -c 3- ```
Flutter Common
The bottom of the dependency graph for Flutter. Useful for static constants. Please don't put too much in here.