Skip to content

Releases: 2-5-perceivers/flutter-master-detail-flow

3.1.0

12 Sep 07:55
4398b6a
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

Version 3.0.0

11 Sep 08:41
9666703
Compare
Choose a tag to compare

What's Changed

  • Rewrote from scratch to make it simpler, more powerful and more performant
  • Using an internal navigator for better semantics
  • Replaced MasterDetailFlow with MDScaffold
  • Now master items can be any widget you want
  • Initial page now uses an ID so the order does not count
  • Moved customization to an MDThemeData class, that can be provided to the entire app by using the new MDTheme widget
  • Removed the previous master items
  • Removed the previous details item
  • New MDItem
  • New MDPadding
  • New DetailsPageScaffold
  • New DetailsPageSliverList
  • New FlowView widget and an MDController, that represents the logic of the MDScaffold, for custom flows
  • New MDBreakpoint enum-like class to help with some predefined values
  • New ViewMode enum to represent the current view mode, can be accessed either from MDController or from DetailsPanelProvider
  • Added the option to remove the app bar in DetailsPageSliverList by using MDAppBarSize.none
  • Improved documentation
  • Updated dependencies. Sorry for being late
  • Better example

New Contributors

Full Changelog: 2.3.0...3.0.0

Version 2.3.0

03 Nov 21:13
8bf90da
Compare
Choose a tag to compare
Merge pull request #4 from rares45/master

2.3 Commits

Version 2.2.0

25 Oct 17:17
Compare
Choose a tag to compare
Version 2.2.0

1.0.1

28 Jul 11:56
3aa653b
Compare
Choose a tag to compare
Version 1.0.1