it seems like flutter convention is that `lib` is for external stuff, and `src` is for internal stuff. Currently im using `lib/internal` for internal stuff. Might be nice to migrate eventually