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

Migrating to null safety #95

Closed AzarouAmine closed 3 years ago

AzarouAmine commented 3 years ago

Is there any possible way for this boilerplate to be migrated to null safety? I've tried doing so myself, but it seems inject_geenrator and inject packages are keeping the migration tool from finishing.

masreplay commented 3 years ago

yes please!

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