Skip to content

Commit f4aed68

Browse files
committed
v0.0.8 Release
- New breakpoint calculation algorithm. - Create `debugLog` parameter. Pretty print a visual view of breakpoint segments for debugging purposes. - Add over 100+ tests. - Fix first frame black screen issue.
1 parent 597ca4e commit f4aed68

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.0.8
4+
- New breakpoint calculation algorithm.
5+
- Create `debugLog` parameter. Pretty print a visual view of breakpoint segments for debugging purposes.
6+
- Add over 100+ tests.
7+
- Fix first frame black screen issue.
8+
39
## 0.0.7
410
- Add links to [Flutter Website](https://github.com/Codelessly/FlutterWebsite) example.
511

example

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.7
3+
version: 0.0.8
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)