pubtidy 0.0.2+1
pubtidy: ^0.0.2+1 copied to clipboard
generate flatten entry file of package
Pub Tidy
Package Layout is following https://dart.dev/tools/pub/package-layout
lib/
src/
a/
b/
a.dart # generated with `export` files under `src/a/`
b.dart # generated with `export` files under `src/b/`
- only generate entry file for the first level under
lib/src/, all sub paths will be included. - path starts with
_as private will be excluded.