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

chore: complete pubspec.yaml metadata #12

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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