chore: Upgrade lints to 4.0.0
This commit is contained in:
parent
0330d9b37c
commit
1137f0092a
|
|
@ -40,6 +40,6 @@ dev_dependencies:
|
|||
enhanced_enum_generator: ^0.2.4
|
||||
file: ">=6.1.1 <8.0.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
|
||||
test: ^1.15.7
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import 'package:sqflite_common_ffi/sqflite_ffi.dart';
|
|||
|
||||
import 'package:matrix/matrix.dart';
|
||||
|
||||
Future<DatabaseApi> getDatabase(Client? _) => getMatrixSdkDatabase(_);
|
||||
Future<DatabaseApi> getDatabase(Client? c) => getMatrixSdkDatabase(c);
|
||||
|
||||
bool hiveInitialized = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue