jukbot / niku

Property builder for styling Widget

Home Page:https://niku.saltyaom.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Niku

Effortless property builder for composing maintainable Flutter UI

Niku

Why

Creating UI in Flutter is easy. Its declarative enables developers to control every detail and outcome of how it should be.

To create styling in Flutter, developers have to describe every detail to Widget. It's like low-level programming UI, having to adapt between property is hard when some are more complex than others, for instance, MaterialStateProperty.

When the codebase gets more complex, the syntax of Flutter itself is too verbose, nested than it should be, result being hard to maintain mostly known as "Nested Hell".

Niku helps to solve the problem by providing a toolkit to style widgets with property builders. To provide a smoother, shorter yet, more straightforward and maintainable way to compose styling in Flutter.

Comparison

Documentation

Documentation and getting start can be find on https://niku.saltyaom.com

License

Niku is MIT Licensed.

Maintainers

About

Property builder for styling Widget

https://niku.saltyaom.com

License:Other


Languages

Language:Dart 99.9%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%