-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
v3.0.0 #700
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
v3.0.0 #700
Conversation
3737014 to
848223c
Compare
17db7dc to
2ee8cea
Compare
Codecov Report
@@ Coverage Diff @@
## master #700 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 15 15
Lines 236 221 -15
=====================================
- Hits 236 221 -15
Continue to review full report at Codecov.
|
|
@brianegan mind taking a look? |
901dbc8 to
7c5b157
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far!
| @@ -1,3 +1,7 @@ | |||
| # 3.0.0-dev.1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
b8aa760 to
7d82cdc
Compare
| dev_dependencies: | ||
| flutter_test: | ||
| sdk: flutter | ||
| equatable: ^1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure it is a dev dependency? You are using it in production, ergo it's a normal dependency, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just removes the dependency to flutter_test.
dependencies:
flutter:
sdk: flutter
flutter_bloc:
path: ../../packages/flutter_bloc
equatable: ^1.0.0There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I see now. 😃
30d47c4 to
07fd75b
Compare
68bec10 to
588bf0f
Compare
588bf0f to
08c2a37
Compare
Status
READY
Breaking Changes
YES
Description
blocto userxdart ^0.23.0which introduces support for extensions and unifiesStreamsandObservablesDart >=2.6.0flutter_blocto useprovider ^4.0.0flutter_bloccondition to previous behavior (BlocListener/BlocBuilder condition confusion #709)Todos
Impact to Remaining Code Base
v3.0.0ofblocbloc_test,flutter_bloc,angular_bloc,hydrated_bloc, andsealed_flutter_bloc.