plume
A tools for flutter StatelessWidget
, for widgets that always build the same way given a particular configuration and ambient state.
Getting Started
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.
Tools
RWSharedPreferences
A simple encapsulation of the third-party library of sharepreferences makes it more convenient to use.