This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- ## 0.5.0-nullsafety
1+ ## 0.5.0
22
33* Migrate to null safety.
44
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ // @dart = 2.9
56import 'package:flutter_test/flutter_test.dart' ;
67import 'package:integration_test/integration_test.dart' ;
78import 'package:quick_actions/quick_actions.dart' ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class MyApp extends StatelessWidget {
2525}
2626
2727class MyHomePage extends StatefulWidget {
28- MyHomePage ({Key key}) : super (key: key);
28+ MyHomePage ({Key ? key}) : super (key: key);
2929
3030 @override
3131 _MyHomePageState createState () => _MyHomePageState ();
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ dev_dependencies:
1717 sdk : flutter
1818 integration_test :
1919 path : ../../integration_test
20- pedantic : ^1.8 .0
20+ pedantic : ^1.10 .0
2121
2222flutter :
2323 uses-material-design : true
2424
2525environment :
26- sdk : " >=2.0 .0-dev.28.0 <3.0.0"
26+ sdk : " >=2.12 .0-259.9.beta <3.0.0"
2727 flutter : " >=1.9.1+hotfix.2"
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ // @dart = 2.9
56import 'dart:async' ;
67import 'dart:convert' ;
78import 'dart:io' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: quick_actions
22description : Flutter plugin for creating shortcuts on home screen, also known as
33 Quick Actions on iOS and App Shortcuts on Android.
44homepage : https://github.com/flutter/plugins/tree/master/packages/quick_actions
5- version : 0.5.0-nullsafety
5+ version : 0.5.0
66
77flutter :
88 plugin :
@@ -16,17 +16,16 @@ flutter:
1616dependencies :
1717 flutter :
1818 sdk : flutter
19- meta : ^1.3.0-nullsafety
19+ meta : ^1.3.0
2020
2121dev_dependencies :
22- test : ^1.16.0-nullsafety
23- mockito : ^5.0.0-nullsafety.0
22+ test : ^1.16.3
2423 flutter_test :
2524 sdk : flutter
2625 integration_test :
2726 path : ../integration_test
28- pedantic : ^1.10.0-nullsafety
27+ pedantic : ^1.10.0
2928
3029environment :
31- sdk : " >=2.12.0-0 <3.0.0"
30+ sdk : " >=2.12.0-259.9.beta <3.0.0"
3231 flutter : " >=1.12.13+hotfix.5"
You can’t perform that action at this time.
0 commit comments