Releases: 2-5-perceivers/flutter-master-detail-flow
Releases · 2-5-perceivers/flutter-master-detail-flow
3.1.0
Version 3.0.0
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
Merge pull request #4 from rares45/master 2.3 Commits
Version 2.2.0
Version 2.2.0