Skip to content

Commit

Permalink
v0.2.0 Release
Browse files Browse the repository at this point in the history
- Flutter 3 release.
  • Loading branch information
rayliverified committed May 18, 2022
1 parent 2fafad3 commit 08a673f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.0
- Flutter 3 release.

## 0.1.9
- Flutter 2 compatibility version. This is the last version to support Flutter 2.

Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: responsive_framework
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
version: 0.1.9
version: 0.2.0
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
documentation: https://github.com/Codelessly/ResponsiveFramework

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'
flutter: ^3.0.0

dependencies:
flutter:
Expand Down

0 comments on commit 08a673f

Please sign in to comment.