zubairehman / flutter_boilerplate_project

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

non-execution #131

Open javadrajabi opened 1 year ago

javadrajabi commented 1 year ago

It does not work in the new version of Flutter

cenyG commented 1 year ago

@javadrajabi I created PR, where fix all compatibility issues, also add some usefull stuff in MainActivity and now it's works for me, you can check it https://github.com/cenyG/flutter-boilerplate-project

But, as soon as I did it for myself I desided that this repo is to complicated and finaly I just made flutter create -t skeleton new_flutter_template. It creates a pretty simple boilerplate with all good practices and methodologies.

javadrajabi commented 1 year ago

Thank you for your guide 🙏

@javadrajabi I created PR, where fix all compatibility issues, also add some usefull stuff in MainActivity and now it's works for me, you can check it https://github.com/cenyG/flutter-boilerplate-project

But, as soon as I did it for myself I desided that this repo is to complicated and finaly I just made flutter create -t skeleton new_flutter_template. It creates a pretty simple boilerplate with all good practices and methodologies.

Thank you for your guide 🙏