ubuntu / archive_yaru.dart

Ubuntu Yaru Flutter Theme
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
334 stars 40 forks source link

chore: release v1.0.0 #379

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

:robot: I have created a release beep boop

1.0.0 (2023-08-15)

What's Changed

Full Changelog: https://github.com/ubuntu/yaru.dart/compare/v0.10.0...v1.0.0


This PR was generated with Release Please. See documentation.

Closes #377

Feichtmeier commented 1 year ago

@Jupi007 anything else for 1.0.0 ?

Jupi007 commented 1 year ago

What do you think of set SnackBarThemeData.showCloseIcon to true?

image

It is a material icon, but I think that it is very confusing to close the snackbar with a click-drag.

Also, maybe fix the IconButton.filled icon color:

image

Feichtmeier commented 1 year ago

I played with the close button but to change it we would need to change actionicontheme with our own icon theme but we don't want to make yaru icons a dep of yaru, do we? also the padding is somehow hardcoded :S so I would prefer to not enable it by default

I try to change the filled icon button but I think it is currently not possible

I try to fix the secondary color issue

Jupi007 commented 1 year ago

I played with the close button but to change it we would need to change actionicontheme with our own icon theme but we don't want to make yaru icons a dep of yaru, do we? also the padding is somehow hardcoded :S so I would prefer to not enable it by default

Okay :+1: That we can do later is create our own snackbar in yaru widgets, with our own design and icon.

github-actions[bot] commented 1 year ago

:robot: Release is at https://github.com/ubuntu/yaru.dart/releases/tag/v1.0.0 :sunflower:

Feichtmeier commented 1 year ago

Finally yaru 1.0 :smile:

@jpnurmi may be proud of us :blue_heart:

Bildschirmaufzeichnung vom 2023-08-15, 19-05-32.webm