tabbed_view 1.4.0 copy "tabbed_view: ^1.4.0" to clipboard
tabbed_view: ^1.4.0 copied to clipboard

outdated

Flutter widget inspired by the classic Desktop-style tab component. Supports customizable themes.

1.4.0 #

  • API changes
    • TabbedViewTheme refactored to be a widget following the same pattern used by Flutter's Theme
    • Old theme classes have been renamed
      • TabbedViewTheme to TabbedViewThemeData
      • TabsAreaTheme to TabsAreaThemeData
      • ContentAreaTheme to ContentAreaThemeData
      • MenuTheme to MenuThemeData
      • ButtonsAreaTheme to ButtonsAreaThemeData
      • TabTheme to TabThemeData
      • TabStatusTheme to TabStatusThemeData

1.3.1 #

  • Bug fix
    • Tabs area overflow

1.3.0 #

  • Feature for clipping tab content
  • Bug fix
    • Tab area without performing the layout after tab selection

1.2.1 #

  • Bug fix
    • Tabs area overflow

1.2.0 #

  • Added keepAlive parameter to prevent loss of tab content state due to tree change during tab selection event.

1.1.2 #

  • Bug fix
    • Overlap between tabs and button area

1.1.1 #

  • Class name has been fixed (how embarrassing)
    • TabbedWiew has been renamed to TabbedView

1.1.0+1 #

  • Updating the README

1.1.0 #

  • Draggable tab builder
  • Bug fix
    • Divisor between tabs and content starting drawing at wrong offset

1.0.0+2 #

  • README update

1.0.0+1 #

  • README update

1.0.0 #

  • Final version

0.7.0 #

  • Tabs area buttons builder
  • Theme changes
    • light theme has been renamed to classic theme

0.6.0 #

  • Theme changes

0.5.0 #

  • Theme changes
  • Documentation
  • Menu builder
  • TabbedWiewModel has been changed to TabbedWiewController

0.4.0 #

  • API has been changed to simplify changing themes

0.3.0 #

  • Theme changes
  • New themes

0.2.0 #

  • First version

0.1.0 #

  • Initial commit
91
likes
0
pub points
87%
popularity

Publisher

verified publishercaduandrade.net

Flutter widget inspired by the classic Desktop-style tab component. Supports customizable themes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tabbed_view