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
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
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+
17import 'dart:io' ;
28
39import 'package:android_intent/android_intent.dart' ;
Original file line number Diff line number Diff 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.
2323flutter :
2424 uses-material-design : true
2525
2626environment :
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"
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+
17import 'dart:async' ;
28import 'dart:convert' ;
39import 'dart:io' ;
Original file line number Diff line number Diff line change 11name : android_intent
22description : Flutter plugin for launching Android Intents. Not supported on iOS.
33homepage : https://github.com/flutter/plugins/tree/master/packages/android_intent
4- version : 2.0.0-nullsafety.2
4+ version : 2.0.0
55
66flutter :
77 plugin :
@@ -13,15 +13,15 @@ flutter:
1313dependencies :
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
1818dev_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
2525environment :
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"
You can’t perform that action at this time.
0 commit comments