refactor: Ignore import_of_legacy_library_into_null_safe
This commit is contained in:
parent
8f35683120
commit
d75b27a0cd
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// @dart=2.9
|
|
||||||
/*
|
/*
|
||||||
* Famedly Matrix SDK
|
* Famedly Matrix SDK
|
||||||
* Copyright (C) 2021 Famedly GmbH
|
* Copyright (C) 2021 Famedly GmbH
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue