Skip to content

NumberBox and stuff

Compare
Choose a tag to compare
@bdlukaa bdlukaa released this 30 Mar 23:41
· 488 commits to master since this release
  • Add NumberBox widget. (#560 #771 #789)

  • Add support for routerConfig to FluentApp.router (#781)

  • Add source code for Show InfoBar in example application. (#785)

  • Make color optional in FluentApp.router. (#782)

  • Fix TabView scroll (the item count was not correctly set) and now the scroll event is not propagated to the parent. (#772)

  • Do not calculate the position of the flyout if the position parameter is provided. (#764)

  • Add source code for Surfaces/CommandBar in example application (#766)

  • Do not enforce a max height on PaneItem (#762)

  • Add Greek localization (#761)

  • Add NavigationState.compactOverlayOpen (#758):

    final key = GlobalKey<NavigationState>();
    
    NavigationView(key: key);
    
    final isCompactModeOpen = key.currentState?.compactOverlayOpen ?? false;
  • TabView lazy loading (#751)

  • Added Bangla localization (#786)

  • Correctly position the flyouts and tooltips on a multi navigator context (#780)

  • Allow all kinds of menu flyout widgets on DropDownButton (#775)

  • Added CommandBarCard.borderColor

What's Changed

  • Added support for greek language by @Pana-g in #761
  • Add source code for Surfaces/CommandBar in example application. by @Tsuzat in #766
  • Do not calculate the position of the flyout if this one is provided as a parameter by @WinXaito in #768
  • Fix tab view wheel scroll by @WinXaito in #772
  • Make FluentApp.routers color property optional by @jtdLab in #783
  • Add source code snippet for Show InfoBar Button. by @zsakvo in #785
  • added bangla translation by @Ahnaf16 in #786
  • Add support for routerConfig to FluentApp.router by @jtdLab in #784
  • Add NumberBox Widget by @WinXaito in #771
  • Flyout and tooltip position by @bdlukaa in #780
  • Some updates by @bdlukaa in #790
  • Let numberbox to accept double value by @WinXaito in #789
  • Fix NumberBox value update with double and check if the result of the math expression is valid by @WinXaito in #792
  • Load the example app with a bigger size for have a open navigation pane and do not center the window by @WinXaito in #793

New Contributors

Full Changelog: v4.4.1...v4.4.2