Steps to Reproduce
According to https://docs.gradle.org/current/userguide/gradle_wrapper.html
To make the Wrapper files available to other developers and execution environments you’ll need to check them into version control. All Wrapper files including the JAR file are very small in size. Adding the JAR file to version control is expected.
So the gitignore seems to need some modification.
- Execute
flutter run on the code sample
- ...
- ...
Expected results:
n/a
Actual results:
n/a
Code sample
Logs
Steps to Reproduce
According to https://docs.gradle.org/current/userguide/gradle_wrapper.html
So the gitignore seems to need some modification.
flutter runon the code sampleExpected results:
n/a
Actual results:
n/a
Code sample
Logs