Skip to content

Commit dbd14ee

Browse files
committed
Change environment dependencies
1 parent a55de62 commit dbd14ee

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ packages
88
.idea/
99
web/experimental
1010
doc
11-
.dart_tool/
1211

1312
# Or the files created by dart2js.
1413
*.dart.js

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.0 - 2021-03-27
2+
### Changed
3+
- Non nullable ready
4+
- Refactoring
5+
6+
17
## 3.0.0-nullsafety.2 - 2021-03-24
28
### Added
39
- Add some badges

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: platform_info
22
description: >
33
Contains info about current platform
4-
such as Build mode and Operating system
5-
version: 3.0.0-nullsafety.2
4+
such as Build mode and Operating system.
5+
version: 3.0.0
66
repository: https://github.com/PlugFox/platform_info/tree/master
77
issue_tracker: https://github.com/PlugFox/platform_info/issues
88
homepage: https://github.com/PlugFox/platform_info
99
#author: Plague Fox <plugfox@gmail.com>
1010
#documentation: https://pub.dev/documentation/platform_info/latest
1111

1212
environment:
13-
sdk: ">=2.12.0-0 <3.0.0"
13+
sdk: ">=2.12.0 <3.0.0"
1414

1515
dependencies:
1616
meta: ^1.3.0

0 commit comments

Comments
 (0)