zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 908 forks source link

Update to null safety #86

Closed beingentangled closed 3 years ago

selmaskopljakovic commented 3 years ago

+1 for updating to null safety.

beingentangled commented 3 years ago

@zubairehman for updating to null safety, we need to migrate to a different item for DI other than inject package from google right?

selmaskopljakovic commented 3 years ago

Hi, I have issues with dependency injection generating files. Seems like inject_generator: git: url: https://github.com/google/inject.dart.git path: package/inject_generator ref: 7c3cbf6

and inject are too old. I updated all packages to the newest. Everything else works fine but generating files. Can you please do an update on this?

beingentangled commented 3 years ago

Yeah, that was the main problem! @zubairehman is working on it. might be changing to new DI libs. @zubairehman if you could say which library you're considering integrating that would be too helpful.

zubairehman commented 3 years ago

Hi @all,

I have updated the DI library for this boilerplate template, please go through feature/null-safety branch for more details. Feel free to reach out to me if you find any issues.

Note: I will merge the changes into master as soon as I am done testing and implementing other features.

Thanks.