Skip to content

Latest commit

 

History

History
71 lines (71 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

71 lines (71 loc) · 1.74 KB

1.0.4

Fix load more in list

1.0.3

Upgrade data_table_plus

1.0.2

Upgrade intl

1.0.1

  • feat: add tableTopLeftBuilder to build a Widget in the top left of table search widgets.
  • feat: add bottomActionForTypeSelectMULTIPLE to display or not bottomAction in TableDataWidget when TypeSelect.MULTIPLE.

1.0.0

  • Migrate dart 3.0

0.2.7

  • feat: add dropdownWidth as an attribute for SelectFKWidget. Set this to change the width when typeView is TypeView.dropdown.

0.2.6

  • feat: allowOnSubmittSearch as an attribute in DataSource. Set this to true to allow onSubmitted in SelectAnyPageState and TableDataWidget.

0.2.5

  • Fix revert override back button visibility

0.2.4

  • feat: table content padding to SelectModelThemeTable
  • feat: filter top builder to SelectModel

0.2.3

  • Create an option to override back button visibility

0.2.2

  • Update colors from theme

0.2.1

  • Update package msk_utils

0.2.0

  • feat: update code to flutter 3.0

0.1.7

  • feat: custom decimal separator in CSV

0.1.6

  • fix: Utilsfile.saveFileBytes

0.1.5

  • feat: allowEdit on select_fk_widget

0.1.4

  • feat: search in select_any_expanded

0.1.3

  • fix: order by map column

0.1.2

  • upd: Flutter 3.0

0.1.1

  • fix: remove unnecessary filter

0.1.0

  • fix: formatData listKeys

0.0.9

  • fix: addFilterToSQL

0.0.8

  • Upd msk_utils

0.0.7

  • Add some tests and re-write structure

0.0.6

  • Fix small bugs

0.0.5

  • Update packages

0.0.4

  • Support null safety

0.0.3-dev.5

  • Ability to specify an initial filter

0.0.3-dev.4

  • Small Fixes on enableLineFilter

0.0.3-dev.3

  • Possibility to add bottom left table border widget
  • Selector Filter

0.0.3-dev.2

  • Small fixes

0.0.3-dev.1

  • Null safety

0.0.2

  • Fix screenshots

0.0.1

  • Initial release.