Version 2.0.5
- Button: Supports ripple for Android.
- Layout: New components
<Left />
,<Right />
and<Body />
for easier layout-ing. - Material Design: Material design for both iOS and android, if you want that.
- Common Color: Follows respective design guidelines but with a common color scheme.
- Form Components: New
Item
component with floating label support. Docs here. - Theming: New
Styleprovider
component which you lets you contextually style your app (or parts of it).
- Design Guidelines: Follows respective design guidelines to the T.
- Icons: Platform specific icons. Mapped to
ios
andandroid
. Check mapping. - Form Components: Improved components with more customizability and easier use cases. Docs here.
- Gravatar: Thumbnail like feature which pulls out avatar of user if registered globally (659548f)