refactor: Ignore import_of_legacy_library_into_null_safe

This commit is contained in:
Christian Pauly 2021-08-19 09:12:07 +02:00
parent 8f35683120
commit d75b27a0cd
3 changed files with 1 additions and 3 deletions

View File

@ -11,6 +11,7 @@ linter:
analyzer: analyzer:
errors: errors:
todo: ignore todo: ignore
import_of_legacy_library_into_null_safe: ignore
exclude: exclude:
- example/main.dart - example/main.dart
# needed until crypto packages upgrade # needed until crypto packages upgrade

View File

@ -1,4 +1,3 @@
// @dart=2.9
/* /*
* Famedly Matrix SDK * Famedly Matrix SDK
* Copyright (C) 2021 Famedly GmbH * Copyright (C) 2021 Famedly GmbH

View File

@ -3,9 +3,7 @@
import 'dart:typed_data'; import 'dart:typed_data';
// ignore: import_of_legacy_library_into_null_safe
import 'subtle.dart'; import 'subtle.dart';
// ignore: import_of_legacy_library_into_null_safe
import 'subtle.dart' as subtle; import 'subtle.dart' as subtle;
abstract class Hash { abstract class Hash {