Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
chore: complete pubspec.yaml metadata
Browse files Browse the repository at this point in the history
Implements: #10
  • Loading branch information
vmichalak committed Nov 10, 2024
1 parent a08049e commit 38d6099
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: bloc_lint
description: Lint rules for BLoC library.
version: 0.0.0
description: Set of lint rules for the Flutter BLoC library.
repository: https://github.com/vmichalak/bloc_lint
issue_tracker: https://github.com/vmichalak/bloc_lint/issues

environment:
sdk: ">=3.3.3 <4.0.0"

Expand All @@ -11,5 +14,4 @@ dependencies:

dev_dependencies:
very_good_analysis: ^6.0.0
flutter_bloc: ^8.1.6
test: ^1.25.8

0 comments on commit 38d6099

Please sign in to comment.