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 && if (value == ConnectionStatus.connected &&
state.channels?.isNotEmpty == true) { state.channels?.isNotEmpty == true) {
unawaited (queryChannels(filter: { unawaited(queryChannels(filter: {
'cid': { 'cid': {
'\$in': state.channels.keys.toList(), '\$in': state.channels.keys.toList(),
}, },
+1 -1
View File
@@ -25,6 +25,7 @@ dependencies:
rxdart: ^0.24.1 rxdart: ^0.24.1
collection: ^1.14.12 collection: ^1.14.12
sqlite3_flutter_libs: ^0.3.0 sqlite3_flutter_libs: ^0.3.0
pedantic: ^1.9.2
dev_dependencies: dev_dependencies:
build_runner: ^1.10.0 build_runner: ^1.10.0
@@ -32,5 +33,4 @@ dev_dependencies:
moor_generator: ^3.1.0 moor_generator: ^3.1.0
flutter_test: flutter_test:
sdk: flutter sdk: flutter
pedantic: ^1.8.0+1
mockito: ^4.1.1 mockito: ^4.1.1
+5 -1
View File
@@ -44,6 +44,9 @@ dependencies:
transparent_image: ^1.0.0 transparent_image: ^1.0.0
ezanimation: ^0.4.1 ezanimation: ^0.4.1
synchronized: ^2.2.0+2 synchronized: ^2.2.0+2
characters: ^1.0.0
dio: ^3.0.10
path_provider: ^1.6.27
flutter: flutter:
assets: assets:
@@ -53,7 +56,8 @@ flutter:
- animations/ - animations/
dev_dependencies: dev_dependencies:
pedantic: ^1.9.2
flutter_test: flutter_test:
sdk: flutter sdk: flutter
mockito: ^4.1.3 mockito: ^4.1.3
pedantic: ^1.9.2