Skip to content

Commit 1e49095

Browse files
ditmanEgor
authored and
Egor
committed
[multiple] Opt-out tests of null-safety (flutter#3113)
1 parent 0927b3a commit 1e49095

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

packages/connectivity/connectivity/test/connectivity_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'package:connectivity/connectivity.dart';
68
import 'package:connectivity_platform_interface/connectivity_platform_interface.dart';
79
import 'package:flutter_test/flutter_test.dart';

packages/google_sign_in/google_sign_in/test/google_sign_in_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'dart:async';
68

79
import 'package:flutter/services.dart';

packages/shared_preferences/shared_preferences/test/shared_preferences_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'package:flutter/services.dart';
68
import 'package:flutter_test/flutter_test.dart';
79
import 'package:shared_preferences/shared_preferences.dart';

packages/url_launcher/url_launcher/test/url_launcher_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'dart:async';
68
import 'dart:ui';
79
import 'package:flutter_test/flutter_test.dart';

packages/video_player/video_player/test/video_player_initialization_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'package:flutter/widgets.dart';
68
import 'package:flutter_test/flutter_test.dart';
79
import 'package:video_player/video_player.dart';

packages/video_player/video_player/test/video_player_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// @dart = 2.8
6+
57
import 'dart:async';
68
import 'dart:io';
79

0 commit comments

Comments
 (0)