niku 0.5.1 copy "niku: ^0.5.1" to clipboard
niku: ^0.5.1 copied to clipboard

outdated

Property builder for styling Widget with SwiftUI like pattern

[0.5.1] - 2021/3/7 #

Bug fixes:

  • Fix apply overriding written value

[0.5.0] - 2021/3/6 #

Breaking Change:

  • Deprecated:
    • FlatButton
    • RaisedButton
    • ElevatedButton
  • Move button.dart to oldButton.dart
  • Move NikuButton to button.dart
  • Importing package:niku/niku.dart won't import oldButton.dart
  • Only support Flutter 2.0.0 or newer

Feature:

  • Add NikuButton for new building new universal Button including
    • TextButton
    • TextButton.icon
    • ElevatedButton
    • ElevatedButton.icon
    • OutlinedButton
    • OutlinedButton.icon

Documentation

  • Add code highlight to widget example usage

[0.4.0] - 2021/3/4 #

Feature:

  • Add support for Sound Null Safety of Flutter 2
  • Only support Flutter 2.0.0 or newer

Refactor:

  • Constructor to use this as parameter
  • Remove overflow from stack as it's deprecated

Documentation:

  • Fix Null Coalesce
  • Fix borderColor, borderStyle from crashing on outlineButton

[0.3.2] - 2021/2/25 #

Documentation:

  • Fix Null Coalesce
  • Fix borderColor, borderStyle from crashing on outlineButton

[0.3.1] - 2021/2/25 #

Documentation:

  • Fix wrong spelling of disabled on outlineButton
  • Fix setBorder of outlineButton from crashing

[0.3.0] - 2021/2/22 #

Feature:

  • Add support for:
  • Add more property to Base Widget
    • Backdrop filter
    • Positioned
    • singleChildScrollView / scrollable
    • flexible / flex
  • Add group import
  • Add extension Widget
    • Add .niku() extension for widget

Documentation:

  • Add property documentation

  • Correcting wrong spelling

  • Bug fixes:

    • Fixes border not rendering children
    • Mark children constructor in Row as required

[0.2.0] - 2021/2/21 #

Feature:

  • Add support for:
  • Add new property to Niku (base):
    • on - Event listener
    • material - Add [Material] to Widget
    • inkWell - Add [InkWell] to Widget
    • border - Decorate with border using [Border]
  • Add group for flatButton, raisedButton, outlineButton and flatButton as package:niku/widget/button

Documentation:

  • Restructure documentation

  • Bug fixes:

    • Wrong spelling of documentation in several place
    • Prevent toolbarOptions from crashing if not specified all by adding default value

[0.1.2] - 2021/2/21 #

Bug fixes:

  • Fix require padding for NikuFlatButton, NikuOutlineButton and NikuRaisedButton

[0.1.1] - 2021/2/21 #

Bug fixes:

  • README.md image not showing banner.

[0.1.0] - 2021/2/21 #

Initialize project

Add support for

58
likes
0
pub points
75%
popularity

Publisher

verified publishersaltyaom.com

Property builder for styling Widget with SwiftUI like pattern

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on niku