Skip to content

Commit

Permalink
Merge pull request #4 from Zsmerritt/bugfix-null_safety
Browse files Browse the repository at this point in the history
fixed issues with previous push
  • Loading branch information
Zsmerritt authored Mar 24, 2021
2 parents fd4631b + e648f9a commit 133c42a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
## [0.1.0] - 2021/03/23

* Added support for null safety
* Updated dependencies for null safety compatibility
* Updated dependencies for null safety compatibility

## [0.1.1] - 2021/03/24

* Actually migrated to null safety instead of just upgrading packages
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aws_request
description: An AWS request library that creates, signs, and sends aws requests. Currently under development
version: 0.1.0
version: 0.1.1
homepage: https://github.com/Zsmerritt/Flutter_AWS_Request

environment:
Expand Down

0 comments on commit 133c42a

Please sign in to comment.