Niku Docs
Add Niku DOGcumentation and release change log so far.
[1.0.0-alpha.3] - 2021/3/31
Feature:
- Add
cursorto IconButton. - Add the following property to
IconButton:size,minSize,minimumSizemaxSize,maximumSizeminWidth,minimumWidthminHeight,minimumHeightmaxWidth,maximumWidthmaxHeight,maximumHeight
- Boolean method on
NikuTextFieldnow has default value oftrue.
Breaking Change:
- Rename
bordertobandsetBordertoborder. - Change
obscureTextFormFieldtoobscureTexton NikuTextField. - Add
asPasswordon NikuTextField. - Remove
disabledSmartDashesanddisabledSmartQuotes. enableSmartQuotesandenableSmartDashesnow accept option boolean default as true.- Change from
inputDecorationEnabletoenableInputDecoration. - Change from
...textFormFieldto...textin NikuTextField.
Bug fix:
- Fix Visual Density in NikuButton.
- Setting multiple border variant not working
[1.0.0-alpha.2] - 2021/3/28
Breaking Change:
- Swap arguments of animated
Change:
- Remove Nested instance from base property
- Add default value of
truetoabsortPointerandignorePointer
[1.0.0-alpha.1] - 2021/3/25
Bug Fix:
- add Key
[1.0.0-alpha.0] - 2021/3/24
Feature:
- Remove
.build()and.style() - Niku Internal is now mutating property instead of stacking
- Add
.asNikuon component instead of using Niku Component - Match
NikuButtonto idiomatic Dart - Add
TextStyleto TextButton - Every Niku Component now support margin property
Breaking Change:
- Every Niku Component now extend
NikuCorewhich extendsStatelessWidget - Variant method
NikuButtonis removed.icontoNikuButton.icon.texttoNikuButton.text.elevatedtoNikuButton.elevated.elevatedIcontoNikuButton.elevatedIcon.outlinedtoNikuButton.outlined.outlinedIcontoNikuButton.outlinedIcon
Change:
- Remove usage of
this.except for constructor - Every margin property is moved to
NikuCore - Build is now using
internalBuild - Remove container if margin is not presented
Bug fix:
- Foreground on text change background instead
- Fix margin not mistakenly setting on padding instead
