Skip to content

Commit

Permalink
0.0.1-nullsafety.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Dec 23, 2020
1 parent 237c663 commit 1769743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.0.0
## 0.0.1-nullsafety.0 - Dec 24, 2020

- Initial version, created by Stagehand
- Initial version.
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: rxdart_ext
description: Some extension methods and classes built on top of RxDart.
version: 0.0.1
version: 0.0.1-nullsafety.0
author: Petrus Nguyễn Thái Học <[email protected]>
homepage: https://github.com/hoc081098/rxdart_ext.git
repository: https://github.com/hoc081098/rxdart_ext.git
issue_tracker: https://github.com/hoc081098/rxdart_ext/issues

environment:
sdk: '>=2.12.0-0 <3.0.0'
Expand All @@ -12,3 +15,4 @@ dependencies:
dev_dependencies:
pedantic: ^1.10.0-nullsafety.3
test: ^1.16.0-nullsafety.12
collection: ^1.15.0-nullsafety.5

0 comments on commit 1769743

Please sign in to comment.