Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[device_info] null safety stable (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored Feb 25, 2021
1 parent 96faf2c commit 8201637
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
11 changes: 2 additions & 9 deletions packages/device_info/device_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
## 2.0.0-nullsafety.2

* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))

## 2.0.0-nullsafety.1

* Bump Dart SDK to support null safety.

## 2.0.0-nullsafety
## 2.0.0

* Migrate to null safety.
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))

## 1.0.1

Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/device_info/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ dev_dependencies:
sdk: flutter
integration_test:
path: ../../../integration_test
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.10.0-56.0.dev <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"
10 changes: 5 additions & 5 deletions packages/device_info/device_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: device_info
description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
version: 2.0.0-nullsafety.2
version: 2.0.0

flutter:
plugin:
Expand All @@ -16,13 +16,13 @@ flutter:
dependencies:
flutter:
sdk: flutter
device_info_platform_interface: ^2.0.0-nullsafety.1
device_info_platform_interface: ^2.0.0
dev_dependencies:
test: ^1.10.0-nullsafety.1
test: ^1.16.3
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"

0 comments on commit 8201637

Please sign in to comment.