Skip to content

Commit

Permalink
Add issue_tracker, topics and screenshot; change sdk to only require …
Browse files Browse the repository at this point in the history
…3.0.0
  • Loading branch information
ricardoboss committed Feb 9, 2024
1 parent c86112e commit a72b834
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@ name: dart_seq
description: A Dart logging client for (batched) Seq HTTP ingestion with automated retries.
version: 0.1.2
homepage: https://github.com/ricardoboss/dart_seq
issue_tracker: https://github.com/ricardoboss/dart_seq/issues

topics:
- logging
- logger
- seq
- http
- cache

screenshots:
- ./doc/example_output.png

environment:
sdk: '>=3.0.5 <4.0.0'
sdk: '^3.0.0'

dependencies:
http: '>=0.13.3 <2.0.0'
Expand Down

0 comments on commit a72b834

Please sign in to comment.