chore: Upgrade lints to 4.0.0

This commit is contained in:
Nicolas Werner 2024-05-30 16:15:09 +02:00
parent 0330d9b37c
commit 1137f0092a
No known key found for this signature in database
GPG Key ID: B38119FF80087618
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ dev_dependencies:
enhanced_enum_generator: ^0.2.4 enhanced_enum_generator: ^0.2.4
file: ">=6.1.1 <8.0.0" file: ">=6.1.1 <8.0.0"
import_sorter: ^4.6.0 import_sorter: ^4.6.0
lints: ^3.0.0 lints: ^4.0.0
sqflite_common_ffi: 2.3.2+1 # v2.3.3 doesn't support dart v3.2.x sqflite_common_ffi: 2.3.2+1 # v2.3.3 doesn't support dart v3.2.x
test: ^1.15.7 test: ^1.15.7

View File

@ -22,7 +22,7 @@ import 'package:sqflite_common_ffi/sqflite_ffi.dart';
import 'package:matrix/matrix.dart'; import 'package:matrix/matrix.dart';
Future<DatabaseApi> getDatabase(Client? _) => getMatrixSdkDatabase(_); Future<DatabaseApi> getDatabase(Client? c) => getMatrixSdkDatabase(c);
bool hiveInitialized = false; bool hiveInitialized = false;