-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Upgrade bloc library in hausaufgabenheft_logik
package.
#738
Upgrade bloc library in hausaufgabenheft_logik
package.
#738
Conversation
Visit the preview URL for this PR (updated for commit c04ecf5): https://sharezone-test--pr738-729-upgrade-bloc-lib-a53m8rxi.web.app (expires Thu, 24 Aug 2023 17:25:52 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
…age' of https://github.com/SharezoneApp/sharezone-app into 729-upgrade-bloc-library-in-hausaufgabenheft_logik-package
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.
LGTM
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.
LGTM
Upgrade the
bloc
package from^4.0.0
to^8.1.2
.This enables us to make the
hausaufgabenheft_logik
package null-safe afterwards (#191).Note: Before there was an abstract "interface" for some blocs in our code, which I removed because of class types issues (Bloc was
Stream
before but isn't after upgrading) and also because it's unnecessary. Thus I also renamed some bloc files which git seems to interpret as deleting old bloc files and creating new ones.Closes #729