SaltyAom / niku

Compose Flutter UI from utilities Widget and extensions with dot cascade. Fluently developing without headache and Nested Hell.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Shield

Niku

Create Flutter UI, easier, faster, smarter

Fluently developing without headache and Nested Hell.

korone-drake-format

Why

Recommended: See why people choose and how it get along with your codebase in the documentation

Styling in Flutter is complex and verbose.

Developers have to describe every styling 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 cascade notation to style widget. Exposing the same naming convention, shorten property, parent builder and style extraction.

Providing a smoother, shorter yet, more straightforward and maintainable way to compose styling in Flutter.

Documentation

Documentation for v2 can be found on niku.saltyaom.com

License

Niku is MIT Licensed.

Maintainers

About

Compose Flutter UI from utilities Widget and extensions with dot cascade. Fluently developing without headache and Nested Hell.

https://niku.saltyaom.com

License:Other


Languages

Language:Dart 93.9%Language:C++ 3.0%Language:CMake 1.5%Language:HTML 0.7%Language:Ruby 0.5%Language:Swift 0.3%Language:C 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%