8000 flutter_bloc v4.0.0 by felangel · Pull Request #1078 · felangel/bloc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flutter_bloc v4.0.0 #1078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2020
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions packages/flutter_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.0.0

- Update to `bloc: ^4.0.0`
- Update to `provider: ^4.0.5`

# 4.0.0-dev.4

- Update to `bloc: ^4.0.0-dev.4`
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_bloc/example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:effective_dart/analysis_options.1.2.0.yaml

linter:
rules:
public_member_api_docs: false
3 changes: 3 additions & 0 deletions packages/flutter_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ dependencies:
flutter_bloc:
path: ../

dev_dependencies:
effective_dart: ^1.2.0

flutter:
uses-material-design: true
6 changes: 3 additions & 3 deletions packages/flutter_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_bloc
description: Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
version: 4.0.0-dev.4
version: 4.0.0
repository: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -11,8 +11,8 @@ environment:
dependencies:
flutter:
sdk: flutter
bloc: ^4.0.0-dev.4
provider: ^4.0.1
bloc: ^4.0.0
provider: ^4.0.5

dev_dependencies:
flutter_test:
Expand Down
0