FLUTTER ECOSYSTEM

SaltyAom/niku

점 연쇄를 사용하여 유틸리티 위젯과 확장 기능으로 Flutter UI를 구성하세요. 머리 아프지 않고, 중첩된 지옥 없이 유연하게 개발할 수 있습니다.

niku 프로젝트 이미지
Stars
504
Forks
13
최근 푸시(UTC)
2023. 12. 22.
프로젝트 상태
활성
SaltyAom GitHub avatar
GITHUB User

SaltyAom ↗

Hi~ did you miss me?

언어DartC++CMakeHTMLRubySwiftCKotlinObjective-C

기술 주제

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • flutter{"sdk":"flutter"}
  • collection^1.17.1
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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