-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
refactor!: cubit extends bloc #2044
Conversation
Codecov Report
@@ Coverage Diff @@
## null_safety #2044 +/- ##
=============================================
Coverage 100.00% 100.00%
=============================================
Files 13 14 +1
Lines 219 267 +48
=============================================
+ Hits 219 267 +48
Continue to review full report at Codecov.
|
5480930
to
ea103f9
Compare
ea103f9
to
3c9f84f
Compare
* refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates
/// | ||
/// _Note: thrown in debug mode only_ | ||
/// {@endtemplate} | ||
class BlocUnhandledErrorException implements Exception { |
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.
👀
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
* docs: fix typo in fluttertodostutorial.md (felangel#2036) * ci: update docs workflow to use create-an-issue@v2 * refactor!: cubit extends bloc * feat(bloc_test): bloc-base refactor * refactor: update imports * revert: bloc_test changes * refactor: simplify controller initialization and getters * refactor!(bloc_test): null safety (felangel#2067) * refactor!(bloc_test): null safety * ci: use Dart 2.12 * chore: fix tests and bump to mocktail 0.0.1-dev.7 * refactor(bloc_test): minor improvements and documentation updates * refactor: remove redundant _observer Co-authored-by: Cervon Wong <[email protected]>
Status
READY
Breaking Changes
YES
Description
Type of Change