nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.91k stars 1.66k forks source link

Update Gradle-wrapper properties #82

Closed I-am-Zain closed 3 years ago

I-am-Zain commented 3 years ago

What does this implement/fix? Explain your changes

distributionUrl = https\://services.gradle.org/distributions/gradle-6.6-all.zip

Does this close any currently open issues?

Any relevant logs, error output, bug-report etc?

Any other comments? this channge of gradle version solve my problem

nisrulz commented 3 years ago

Can you clarify why is this change required? Is the example app not functional when working with Gradle wrapper 5.6?

Although this is a valid PR, but I don't think we want to individually update each app. There is a bash script setup in the project that updates all apps in one go.

If you wish to contribute to this project in someway, then please open an issue first to discuss the change. That way you would know what is expected in a PR, unless of course you are fixing an issue in existing codebase.

nisrulz commented 3 years ago

Closing this as this is not an correct solution.