Skip to content

Commit 3cbe9b2

Browse files
committed
v1.5.0 Release
- Create new MaxWidthBox implementation that only uses constraints for setting max width. - Create NoScrollBarBehavior. - Update ScrollBehavior to inherit default behavior. - Fix imports. Added responsive_utils.dart to the library file. - Update examples.
1 parent 6739430 commit 3cbe9b2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 1.5.0
3+
- Create new MaxWidthBox implementation that only uses constraints for setting max width.
4+
- Create NoScrollBarBehavior.
5+
- Update ScrollBehavior to inherit default behavior.
6+
- Fix imports. Added responsive_utils.dart to the library file.
7+
- Update examples.
8+
29
## 1.4.0
310
- Update license.
411

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 1.4.0
3+
version: 1.5.0
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
documentation: https://github.com/Codelessly/ResponsiveFramework

0 commit comments

Comments
 (0)