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
it seems like flutter convention is that
libis for external stuff, andsrcis for internal stuff.Currently im using
lib/internalfor internal stuff. Might be nice to migrate eventually