Skip to content

Commit

Permalink
Improve bloc_presentation_test pub score
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMamak authored Jun 12, 2023
2 parents 64e0a6b + 82d15b8 commit f439cf3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/bloc_presentation_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.1

- Increase max Dart version constraint to 4.0.0.
- Add Flutter to dependencies.

# 0.1.0

- Initial release. Includes `MockPresentationBloc` / `MockPresentationCubit` and `whenListenPresentation`.
8 changes: 5 additions & 3 deletions packages/bloc_presentation_test/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.15.1 <3.0.0'
sdk: '>=2.15.1 <4.0.0'

dependencies:
bloc: ^8.0.0
bloc_presentation: 0.2.1+1
bloc_presentation: ^0.2.1+1
bloc_presentation_test:
path: ..
bloc_test: 9.1.2
bloc_test: ^9.1.2
flutter:
sdk: flutter
test: ^1.24.3

dev_dependencies:
Expand Down
8 changes: 5 additions & 3 deletions packages/bloc_presentation_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: bloc_presentation_test
description: A testing library for bloc_presentation.
version: 0.1.0
description: A testing library for Blocs/Cubits which mixin BlocPresentationMixin. To be used with bloc_presentation package.
version: 0.1.1
homepage: https://github.com/leancodepl/bloc_presentation/tree/master/packages/bloc_presentation_test

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
bloc: ^8.0.0
bloc_presentation: ^0.2.1+1
flutter:
sdk: flutter
mocktail: ^0.3.0

dev_dependencies:
Expand Down

0 comments on commit f439cf3

Please sign in to comment.