Resolve lint:pub warnings

This commit is contained in:
Neevash Ramdial
2021-01-15 12:30:50 -04:00
parent f4f6285cdb
commit 022386d457
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ class Client {
if (value == ConnectionStatus.connected &&
state.channels?.isNotEmpty == true) {
unawaited (queryChannels(filter: {
unawaited(queryChannels(filter: {
'cid': {
'\$in': state.channels.keys.toList(),
},
+1 -1
View File
@@ -25,6 +25,7 @@ dependencies:
rxdart: ^0.24.1
collection: ^1.14.12
sqlite3_flutter_libs: ^0.3.0
pedantic: ^1.9.2
dev_dependencies:
build_runner: ^1.10.0
@@ -32,5 +33,4 @@ dev_dependencies:
moor_generator: ^3.1.0
flutter_test:
sdk: flutter
pedantic: ^1.8.0+1
mockito: ^4.1.1