Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaltyAom/niku
Compose Flutter UI from utilities Widget and extensions with dot cascade. Fluently developing without headache and Nested Hell.
https://github.com/SaltyAom/niku
flutter niku widget
Last synced: 3 days ago
JSON representation
Compose Flutter UI from utilities Widget and extensions with dot cascade. Fluently developing without headache and Nested Hell.
- Host: GitHub
- URL: https://github.com/SaltyAom/niku
- Owner: SaltyAom
- License: other
- Created: 2021-02-20T16:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T04:14:47.000Z (11 months ago)
- Last Synced: 2024-10-25T08:58:21.976Z (12 days ago)
- Topics: flutter, niku, widget
- Language: Dart
- Homepage: https://niku.saltyaom.com
- Size: 2.55 MB
- Stars: 388
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Discord Shield](https://discordapp.com/api/guilds/953233485991149588/widget.png?style=shield)](https://discord.gg/hC7v87Ff2C)
# Niku
Create Flutter UI, easier, faster, smarterFluently developing without headache and Nested Hell.
![korone-drake-format](https://user-images.githubusercontent.com/35027979/172646096-fa0c4b49-4633-4b79-91db-22b90c47b0bc.jpg)
## Why
###### Recommended: See why people choose and how it get along with your codebase in [the documentation](https://niku.saltyaom.com)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](https://niku.saltyaom.com)- [Documentation](https://niku.saltyaom.com)
- [Introduction and Why](https://niku.saltyaom.com/docs)
- [Quickstart](https://niku.saltyaom.com/docs/quickstart)
- [Hook](https://niku.saltyaom.com/docs/hook)
- [Parent](https://niku.saltyaom.com/docs/parent)
- [Extending Niku](https://niku.saltyaom.com/docs/extending-niku)
- [Custom Widget](https://niku.saltyaom.com/docs/custom-widget)
- [Macro](https://niku.saltyaom.com/docs/macro)
- [Repaint](https://niku.saltyaom.com/docs/repaint)
- [UseQuery](https://niku.saltyaom.com/docs/use-query)### License
Niku is MIT Licensed.### Maintainers
- [SaltyAom](https://github.com/saltyaom)