youtube-course-bloc
youtube-course-bloc copied to clipboard
Repo for my Bloc state management course (https://youtu.be/Mn254cnduOY)
Kindly upload exmaple 4
Hello there! First of all, great course! The state managment series has been truly fantastic, and I've been thoroughly enjoying it. However, while going through the course materials, I noticed...
It seems that recently flutter lint has been updated with a new linting rule that warns the developer to not use the context in async functions after an await has...
Closes #1 A possible solution to resolve the lint issue about don't use build context across async gaps