refactor: Ignore import_of_legacy_library_into_null_safe
This commit is contained in:
parent
8f35683120
commit
d75b27a0cd
|
|
@ -11,6 +11,7 @@ linter:
|
|||
analyzer:
|
||||
errors:
|
||||
todo: ignore
|
||||
import_of_legacy_library_into_null_safe: ignore
|
||||
exclude:
|
||||
- example/main.dart
|
||||
# needed until crypto packages upgrade
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// @dart=2.9
|
||||
/*
|
||||
* Famedly Matrix SDK
|
||||
* Copyright (C) 2021 Famedly GmbH
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
import 'dart:typed_data';
|
||||
|
||||
// ignore: import_of_legacy_library_into_null_safe
|
||||
import 'subtle.dart';
|
||||
// ignore: import_of_legacy_library_into_null_safe
|
||||
import 'subtle.dart' as subtle;
|
||||
|
||||
abstract class Hash {
|
||||
|
|
|
|||
Loading…
Reference in New Issue