pubtidy 0.0.3 copy "pubtidy: ^0.0.3" to clipboard
pubtidy: ^0.0.3 copied to clipboard

generate flatten entry file of package

Pub Tidy

pub package

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.

Or flutter layout

lib/
    domain/
        a/
        a.dart # generated with `export` files under `domain/a/` 
    view/
        a/
        a.dart # generated with `export` files under `view/a/` 
    main.dart        
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

generate flatten entry file of package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, path

More

Packages that depend on pubtidy