macos_ui 0.1.0 copy "macos_ui: ^0.1.0" to clipboard
macos_ui: ^0.1.0 copied to clipboard

outdated

Flutter widgets and themes implementing the current macOS design language.

[0.1.0] #

  • pub-web.flutter-io.cn release

[0.0.13] #

  • Documentation for ScaffoldScope

[0.0.12] #

  • Implement Tooltip
  • Add mouse cursors to help button, push button and TextField

[0.0.11] #

  • Implement TextField

[0.0.10] #

[0.0.9+1] #

  • CapacityIndicator colors can now be set on its constructor
  • Accessibility support for most of the widgets
  • Diagnostics Properties (dev tools) for most of the widgets

[0.0.9] #

  • Implemented HelpButton
  • Fixed #49

[0.0.7] #

  • Implemented Checkbox
  • Implemented RadioButton

[0.0.6] #

  • Update Typography with correct letter spacing and font weights
  • Add brightnessOf and maybeBrightnessOf functions to MacosTheme

[0.0.5] #

  • Adds the PushButton widget along with PushButtonTheme and PushButtonThemeData
  • Removes the height property from Typography's TextStyles
  • Updates Typography.headline's weight and letter spacing

[0.0.4] #

  • Major theme refactor that more closely resembles flutter/material and flutter/cupertino
    • The Style class is now MacosThemeData
    • MacosTheme is now a StatelessWidget that returns a private _InheritedMacosTheme. The static MacosTheme.of(context) is now defined here.
    • MacosApp now takes a theme and darkTheme rather than style and darkStyle. Additionally, there are minor changes to the way MacosApp is built that more closely resemble how MaterialApp is built.

[0.0.3] #

  • Implemented Checkbox
  • Implemented ProgressCircle and ProgressBar
  • Implemented the Switch widget

[0.0.2] #

  • Scaffold widget
  • Fix Typography so that text color is shown appropriately based on Brightness

[0.0.1] #

  • Project creation
    • MacosApp widget
    • Basic Typography
    • Basic theming via MacosTheme and Style
810
likes
0
pub points
93%
popularity

Publisher

verified publishermacosui.dev

Flutter widgets and themes implementing the current macOS design language.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on macos_ui