Skip to content

Commit 060181c

Browse files
stuartmorgan-gadsonpleal
authored andcommitted
[android_intent] Bump version for NNBD stable (flutter#3601)
1 parent 2939274 commit 060181c

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

packages/android_intent/CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
## 2.0.0-nullsafety.2
2-
3-
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
4-
5-
## 2.0.0-nullsafety.1
6-
7-
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
8-
9-
## 2.0.0-nullsafety
1+
## 2.0.0
102

113
* Migrate to null safety.
4+
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
5+
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
126

137
## 0.3.7+8
148

packages/android_intent/example/integration_test/android_intent_test.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright 2017 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
// @dart = 2.9
6+
17
import 'dart:io';
28

39
import 'package:android_intent/android_intent.dart';

packages/android_intent/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ dev_dependencies:
1717
path: ../../integration_test
1818
flutter_driver:
1919
sdk: flutter
20-
pedantic: ^1.8.0
20+
pedantic: ^1.10.0
2121

2222
# The following section is specific to Flutter.
2323
flutter:
2424
uses-material-design: true
2525

2626
environment:
27-
sdk: ">=2.3.0 <3.0.0"
27+
sdk: ">=2.12.0-259.9.beta <3.0.0"
2828
flutter: ">=1.12.13+hotfix.5"

packages/android_intent/example/test_driver/integration_test.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright 2017 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
// @dart = 2.9
6+
17
import 'dart:async';
28
import 'dart:convert';
39
import 'dart:io';

packages/android_intent/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: android_intent
22
description: Flutter plugin for launching Android Intents. Not supported on iOS.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
4-
version: 2.0.0-nullsafety.2
4+
version: 2.0.0
55

66
flutter:
77
plugin:
@@ -13,15 +13,15 @@ flutter:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
platform: ^3.0.0-nullsafety.4
17-
meta: ^1.3.0-nullsafety.6
16+
platform: ^3.0.0
17+
meta: ^1.3.0
1818
dev_dependencies:
19-
test: ^1.16.0-nullsafety.13
20-
mockito: ^4.1.3
19+
test: ^1.16.3
20+
mockito: ^5.0.0-nullsafety.7
2121
flutter_test:
2222
sdk: flutter
23-
pedantic: ^1.10.0-nullsafety.1
23+
pedantic: ^1.10.0
2424

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

0 commit comments

Comments
 (0)