Skip to content

Commit

Permalink
Analysis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Nov 16, 2023
1 parent 187e00e commit 03c1cf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/src/expressions/async_evaluator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Literal _asLiteral(v) {
}

class AsyncExpressionEvaluator extends ExpressionEvaluator {
const AsyncExpressionEvaluator(
{List<MemberAccessor> memberAccessors = const []})
: super(memberAccessors: memberAccessors);
const AsyncExpressionEvaluator({super.memberAccessors});

final ExpressionEvaluator baseEvaluator = const ExpressionEvaluator();

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
pointycastle: '^3.7.3'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.3'
yaon: '^1.1.4'

dev_dependencies:
flutter_lints: '^3.0.1'
Expand Down
1 change: 1 addition & 0 deletions tool/generate_keys.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// Credit to much of the code in this file goes to:
/// https://github.com/Vanethos/flutter_rsa_generator_example/blob/master/lib/utils/rsa_key_helper.dart
library;

import 'dart:convert';
import 'dart:io';
Expand Down

0 comments on commit 03c1cf7

Please sign in to comment.