Skip to content

Commit 07407bc

Browse files
committed
v0.0.5 Release
- Add `defaultName` parameter. - Create tests. - Improve breakpoint calculations and API.
1 parent eb7bcc0 commit 07407bc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.5
4+
- Add `defaultName` parameter.
5+
- Create tests.
6+
- Improve breakpoint calculations and API.
7+
38
## 0.0.4
49
- New Documentation.
510
- Rename `scale` to `autoScale`.
File renamed without changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 0.0.4
3+
version: 0.0.5
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues

0 commit comments

Comments
 (0)