ResoCoder / flutter-bloc-cubit-tutorial

108 stars 83 forks source link

The project is outdated - Null-Safety incompatible #5

Open laksh29 opened 9 months ago

laksh29 commented 9 months ago

Heyy @ResoDev I am starting to learn BLoC and Cubit from your tutorial but the starter project isn't compatible with null-safety. Could I make it compatible to null safety and create a PR, for other to smoothly get started with their learnings?

Romanumo commented 7 months ago

If you are talking about the starter project, you could basically create a new project and replace the lib of that new project with the lib folder of the starter project. It worked for me