Skip to content

Commit

Permalink
fixes analyzing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddin committed Jul 28, 2024
1 parent a6ea5af commit 5169a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/token_bucket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class AsyncTokenBucket extends _BaseTokenBucket<AsyncTokenBucketStorage> {
}) : super(storage: storage ?? MemoryTokenBucketStorage());

@override
FutureOr<void> _init() {
Future<void> _init() {
return _queueFuture<TokenBucketState>(() => _getSafeFromStorage());
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- security

environment:
sdk: '>=3.4.4 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 5169a25

Please sign in to comment.