flutter_boilerplate_project
flutter_boilerplate_project copied to clipboard
non-execution
It does not work in the new version of Flutter
@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 🙏
@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 🙏