disposer 0.0.6 copy "disposer: ^0.0.6" to clipboard
disposer: ^0.0.6 copied to clipboard

outdated

It's a simple interface to manage all instances that needs to been disposed. Pagacke can generate feature module with `Disposable`

0.0.6 #

  • Updated README.md

0.0.5 #

  • Updated README.md

0.0.4 #

  • Updated README.md

0.0.3 #

  • Updated feature builder. Now you can use this naьing types:
        -n example
        --name example
        -n Example
        --name Example
        -n ExampleFeature
        --name ExampleFeature
    
    Also, added output path parameter. Default path is: lib/features:
        -o lib/src/features
        --output lib/src/features
    
    Example:
        flutter pub run disposer --name NewFeature --output lib/src/features
    

0.0.2 #

  • Implemented feature builder. Now you can run this command to generate Disposable Module.
    flutter pub run disposer -n Example
    

0.0.1 #

  • Created new package that provides Disposable feature
4
likes
0
pub points
76%
popularity

Publisher

unverified uploader

It's a simple interface to manage all instances that needs to been disposed. Pagacke can generate feature module with `Disposable`

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, flutter

More

Packages that depend on disposer