plume 0.1.4-dev.5 copy "plume: ^0.1.4-dev.5" to clipboard
plume: ^0.1.4-dev.5 copied to clipboard

outdated

Birds can't do without feathers, so that they can travel in the sky. A good application needs standardized components to beautify and enrich it. It is.

plume #

A tools for flutter [StatelessWidget], for widgets that always build the same way given a particular configuration and ambient state.

Getting Started #

plume flutter pub package

MORE GUIDE

More Example

Custom Widgets #

Block Container

A custom rectangular block with no state. Common experimental test code.
You can find it in [flutter_challenge](https://github.com/davidzou/flutter_challenge)

HeaderTitle

A custom headline.

YearsWidget

A display part with year at the top of calendar, button can operate year increment and decrement.

```
YearsWidget(
    onChanged: (int year) {
        print("$year");
    }
)
```

Tools #

RWSharedPreferences

A simple encapsulation of the third-party library of sharepreferences makes it more convenient to use.
1
likes
0
pub points
31%
popularity

Publisher

unverified uploader

Birds can't do without feathers, so that they can travel in the sky. A good application needs standardized components to beautify and enrich it. It is.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, just_audio, shared_preferences

More

Packages that depend on plume