All Projects → SaltyAom → niku

SaltyAom / niku

Licence: other
Property builder for styling Widget

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to niku

uploadcare-rails
Rails wrapper for Uploadcare
Stars: ✭ 48 (-48.39%)
Mutual labels:  widget
Untriggered
Set CompoundButtons checked state without being so triggered
Stars: ✭ 13 (-86.02%)
Mutual labels:  widget
monzo-widget
An Android app widget for Monzo using the public api
Stars: ✭ 25 (-73.12%)
Mutual labels:  widget
ModularPlayers
Modular desktop media widget
Stars: ✭ 28 (-69.89%)
Mutual labels:  widget
GITGET
GitHub의 Contributions를 iOS의 Widget으로 보여주는 App
Stars: ✭ 101 (+8.6%)
Mutual labels:  widget
insta-feed.js
Show your Instagram profile on your website. 🌈
Stars: ✭ 25 (-73.12%)
Mutual labels:  widget
lifecycle
Lifecycle support for Flutter widgets.
Stars: ✭ 30 (-67.74%)
Mutual labels:  widget
yii2-number
A number format mask control and input for Yii2 Framework
Stars: ✭ 22 (-76.34%)
Mutual labels:  widget
menu button
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
Stars: ✭ 64 (-31.18%)
Mutual labels:  widget
FloatingView
FloatingView moved by finger supporting OverlaySystem, OverlayActivity, OverlayViewGroup modes
Stars: ✭ 58 (-37.63%)
Mutual labels:  widget
rc-year-calendar
Official React wrapper for the year-calendar widget
Stars: ✭ 27 (-70.97%)
Mutual labels:  widget
bazaar
思源笔记社区集市。SiYuan community bazaar.
Stars: ✭ 18 (-80.65%)
Mutual labels:  widget
critical-css-widget
A browser widget to extract Critical CSS and Full CSS from a page. Can be used via the browser console.
Stars: ✭ 35 (-62.37%)
Mutual labels:  widget
vue-smart-widget
🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
Stars: ✭ 110 (+18.28%)
Mutual labels:  widget
backdrop
Backdrop implementation in flutter.
Stars: ✭ 203 (+118.28%)
Mutual labels:  widget
pixel-widget
Scriptable Widget inspired by Pixel's "At a Glance" widget.
Stars: ✭ 96 (+3.23%)
Mutual labels:  widget
nps-widget
Net Promoter Score widget
Stars: ✭ 26 (-72.04%)
Mutual labels:  widget
fludget
Learn Flutter on Flutter! A widget directory with implementation samples!
Stars: ✭ 26 (-72.04%)
Mutual labels:  widget
flutter material color picker
Material color picker, you can customize colors. Selection in two step, first main color and after shades.
Stars: ✭ 68 (-26.88%)
Mutual labels:  widget
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-78.49%)
Mutual labels:  widget
Niku 2 rc is now released! Check it the new documentation or on branch exp/heaven-and-earth

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].