Skip to content

Commit 08a673f

Browse files
committed
v0.2.0 Release
- Flutter 3 release.
1 parent 2fafad3 commit 08a673f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.0
4+
- Flutter 3 release.
5+
36
## 0.1.9
47
- Flutter 2 compatibility version. This is the last version to support Flutter 2.
58

pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 0.1.9
3+
version: 0.2.0
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
77
documentation: https://github.com/Codelessly/ResponsiveFramework
88

99
environment:
10-
sdk: '>=2.12.0 <3.0.0'
10+
sdk: '>=2.17.0 <3.0.0'
11+
flutter: ^3.0.0
1112

1213
dependencies:
1314
flutter:

0 commit comments

Comments
 (0)