Skip to content

Commit

Permalink
chore: update analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 6, 2024
1 parent df4e985 commit d523875
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include: package:flutter_lints/flutter.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-raw-types: true
linter:
rules:
- public_member_api_docs
Expand Down
2 changes: 1 addition & 1 deletion lib/src/brite_batch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BriteBatch implements IBriteBatch {
BriteBatch(this._executor, this._delegate);

@override
Future<List> commit({
Future<List<Object?>> commit({
bool? exclusive,
bool? noResult,
bool? continueOnError,
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
sqflite_common: ^2.3.0
sqflite_common_ffi: ^2.1.1+1
mockito: ^5.3.0
flutter_lints: ^1.0.4
Expand Down

0 comments on commit d523875

Please sign in to comment.