Skip to content

Releases: erickzanardo/nes_ui

0.27.0

04 Nov 12:14

Choose a tag to compare

0.27.0

  • feat: adding buttonWidth attribute to NesButton.text constructor.
  • feat: adding iconSize attribute to NesButton.icon constructor.
  • feat: adding NesIcons.cat.
  • feat: adding NesIcons.hat.
  • feat: adding icon support to NesTabView
  • fix: null error in NesSnackbarTheme.lerp (Thanks @adil192)
Captura de Tela 2025-11-04 às 09 13 10

0.26.0

08 Oct 14:04

Choose a tag to compare

0.26.0

  • feat: adding NesIcons.lock.
  • feat: adding NesIcons.key.
  • feat: adding NesIcons.crane.
Screenshot 2025-10-08 at 11 01 41

0.25.0

17 Jun 18:15
29c47dc

Choose a tag to compare

0.25.0

  • feat: Adding a painter to NesContainer to allow usage of mini sprites for its border rendering.
  • feat: Adding a customizable CustomPainter to NesButton.
  • fix: Remove additional usage of dart:io in favor of package: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 NesDialogs.

0.24.1

17 Jun 18:14

Choose a tag to compare

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 of package:universal_platform for better web support.

0.24.0

01 Apr 13:43

Choose a tag to compare

0.24.0

  • feat: Adding NesIcons.heart
  • feat: Adding NesLink

0.20.0

11 Apr 12:10

Choose a tag to compare

0.20.0

  • feat: adding different frames to NesDialogs
  • feat: allow NesFileExplorer to have custom icons
  • feat: adding NesIcons.alien
  • feat: allow NesScaffold and allow snackbars to be shown on them.
  • feat: route transitions can have their duration customized. Thanks @adil192

0.19.0

15 Mar 14:34
2666950

Choose a tag to compare

0.19.0

  • feat: adding NesSectionHeader
  • feat: adding NesIcons16.check
  • feat: Dialogs close on ESC key.
  • feat: adding NesIcons.bell and NesIcons16.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
Screenshot 2024-03-15 at 11 32 42

0.18.0

04 Mar 12:40

Choose a tag to compare

0.18.0

  • feat: add NesIcons.wrench
  • feat: add NesIcons.discord
  • feat: Getting nes ui ready for 16x16 icons.

0.17.0

27 Feb 14:25

Choose a tag to compare

  • 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

22 Feb 16:24

Choose a tag to compare

  • feat: add NesIcons.camera
  • chore: Removing usage from deprecated members from Flutter 3.18.
  • fix!: NesDialogs are now aware of the a NesFixedViewport scaling value.