This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +24
-18
lines changed Expand file tree Collapse file tree 5 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 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
10
2
11
3
* 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.
12
6
13
7
## 0.3.7+8
14
8
Original file line number Diff line number Diff line change
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
+
1
7
import 'dart:io' ;
2
8
3
9
import 'package:android_intent/android_intent.dart' ;
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ dev_dependencies:
17
17
path : ../../integration_test
18
18
flutter_driver :
19
19
sdk : flutter
20
- pedantic : ^1.8 .0
20
+ pedantic : ^1.10 .0
21
21
22
22
# The following section is specific to Flutter.
23
23
flutter :
24
24
uses-material-design : true
25
25
26
26
environment :
27
- sdk : " >=2.3.0 <3.0.0"
27
+ sdk : " >=2.12.0-259.9.beta <3.0.0"
28
28
flutter : " >=1.12.13+hotfix.5"
Original file line number Diff line number Diff line change
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
+
1
7
import 'dart:async' ;
2
8
import 'dart:convert' ;
3
9
import 'dart:io' ;
Original file line number Diff line number Diff line change 1
1
name : android_intent
2
2
description : Flutter plugin for launching Android Intents. Not supported on iOS.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/android_intent
4
- version : 2.0.0-nullsafety.2
4
+ version : 2.0.0
5
5
6
6
flutter :
7
7
plugin :
@@ -13,15 +13,15 @@ flutter:
13
13
dependencies :
14
14
flutter :
15
15
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
18
18
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
21
21
flutter_test :
22
22
sdk : flutter
23
- pedantic : ^1.10.0-nullsafety.1
23
+ pedantic : ^1.10.0
24
24
25
25
environment :
26
- sdk : " >=2.12.0-0 <3.0.0"
26
+ sdk : " >=2.12.0-259.9.beta <3.0.0"
27
27
flutter : " >=1.12.13+hotfix.5"
You can’t perform that action at this time.
0 commit comments