Skip to content

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

License

Notifications You must be signed in to change notification settings

davidzou/flutter_plume

Repository files navigation

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

Framework

Builder

ListViewBuilder

Container

[TernaryContainer] The ternary container.

Dialog

[DialogProvider] The standard dialog ui.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages