Files
packages.dart/deprecated/responsive_scaffold/CHANGELOG.md
T
2026-01-15 14:38:46 -08:00

76 lines
1.4 KiB
Markdown

## 1.3.0
* Thanks to @DenisBarzanov for the PR #6
* Added app elevation as a field
* Removed the restrictions on the scaffold FAB, because they were limiting useful functions like scaling. (Changed the type of the button to be Widget, instead of FloatingActionButton
* Updated Screenshots
* Updated Example
* Added Demo
## 1.2.0
* Fixes #6
* Remove sckrim color
## 1.1.1
* Bump Version
* Updated Info
## 1.1.0
* Adding 3 Column Layout - [screenshots](https://github.com/fluttercommunity/responsive_scaffold/tree/dev/lib/templates/3-column)
* Updated Example
## 1.0.0 - (BREAKING CHANGE) - [05.22.2019]
* Changing ResponsiveScaffold to Layout
* Moved Responsive List to seperate Widget
* Updating Example
## 0.3.0 - 04.06.2019
* Updating Example to be desktop
## 0.2.1
* Updating Example
* Fixing SetState for Tablet View
## 0.2.0
* Adding Back `emptyItems` and `nullItems`
* Fixing Bug and Adding `.custom` option to specifity `SliverChildDelagate`
* Updated Example
## 0.1.0
* Removing `noItems` and `nullItems`
## 0.0.5
* Added Mobile Navigator BuildContext `navigatorContext`
## 0.0.4
* Aded Use `rootNavigator`
## 0.0.3
* Fixing Version
* Updating UI
* Removing `extendBody` till next update
* FAB now showing up in right place
* Adding Scaffold Key
* Updated Example
## 0.0.2
* Adding Customizable Flex
* Conditional Building
## 0.0.1
* Adding Widgets