We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba0d16 commit 567f70dCopy full SHA for 567f70d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.2
2
+
3
+- updates package description
4
5
## 0.1.1
6
7
- removes Flutter dependency
pubspec.yaml
@@ -1,6 +1,6 @@
name: token_bucket_algorithm
-description: "Implementation of the token bucket algorithm."
-version: 0.1.1
+description: "Implementation of the token bucket algorithm for rate limiting e.g. network requests or user actions."
+version: 0.1.2
repository: https://github.com/splashbyte/dart_token_bucket_algorithm
issue_tracker: https://github.com/splashbyte/dart_token_bucket_algorithm/issues
0 commit comments