Releases: erickzanardo/nes_ui
Releases · erickzanardo/nes_ui
0.25.0
0.25.0
- feat: Adding a painter to
NesContainer
to allow usage of mini sprites for its border rendering. - feat: Adding a customizable
CustomPainter
toNesButton
. - fix: Remove additional usage of
dart:io
in favor ofpackage:universal_platform
for better web support. - feat: Adding
NesRunningText
for a global customization of the running text widgets. - feat: Allow snackbar to have their text style customized
- feat: Option to hide the close button on
NesDialog
s.
0.24.1
0.24.1
- fix:
NesBottomSheet
would rely on the "root" theme, which would break if it was not a nes ui one. - fix: Remove usage of
dart:io
in favor ofpackage:universal_platform
for better web support.
0.24.0
0.24.0
- feat: Adding
NesIcons.heart
- feat: Adding
NesLink
0.20.0
0.19.0
0.19.0
- feat: adding
NesSectionHeader
- feat: adding
NesIcons16.check
- feat: Dialogs close on ESC key.
- feat: adding
NesIcons.bell
andNesIcons16.bell
- feat: adding
NesIcons16.close
- feat: adding
NesIcons16.handPointingRight
- feat: adding
NesIcons16.leftArrowIndicator
- feat: adding
NesIcons16.rightArrowIndicator
- feat: adding
NesIcons16.topArrowIndicator
- feat: adding
NesIcons16.bottomArrowIndicator

0.18.0
0.18.0
- feat: add
NesIcons.wrench
- feat: add
NesIcons.discord
- feat: Getting nes ui ready for 16x16 icons.
0.17.0
- feat: add
NesIcons.market
- feat: add
NesIcons.play
- feat: add
NesIcons.plause
- feat: add
NesIcons.upload
- feat: add
NesBottomSheet
- fix: Dialogs corner to not show material background color.
Screen.Recording.2024-02-26.at.14.26.50.mov
0.16.0
- feat: add
NesIcons.camera
- chore: Removing usage from deprecated members from Flutter 3.18.
- fix!:
NesDialog
s are now aware of the aNesFixedViewport
scaling value.
0.15.0
0.15.0
- feat: add
NesIcons.audioMuted
- feat: screen transitions can have their cursor customized.
- feat: add
NesCheckeredDecoration
. - feat: Improve Dialogs background and cursor support.
- feat:
NesButton
now have a click cursor.
0.14.0
0.14.0
- feat: add
NesIcons.audio
. - feat: add
NesIcons.screen
. - feat: add
NesIcons.rename
. - feat: add
NesIcons.hamburgerMenu
. - feat: adding
NesButton
helper constructors. - feat: add
NesIcons.arrowCursor
. - feat:
NesWindow
usesNesContainerTheme
instead of Material's card. - feat: update mini sprite to improve icons.
- feat: add
NesIcons.center
. - feat: add ability to customize mouse cursors used by the package.