Skip to content

1.4.0

Compare
Choose a tag to compare
@GroovinChip GroovinChip released this 13 May 15:16
· 265 commits to stable since this release
71ed99b

[1.4.0]

  • Migration to Flutter 3.0
    • Minimum dart sdk version is now 2.17.0
    • Use new super parameters feature
    • Update to flutter_lints: ^2.0.1 with subsequent fixes
    • MacosScrollbar API more closely matches its material counterpart
  • Update MacosColor to more closely match the Color class
    • Adds MacosColor.fromARGB constructor
    • Adds MacosColor.fromRGBO constructor
    • Adds alphaBlend function
    • Adds getAlphaFromOpacity function