Tomasz Gucio
|
99c7e9f088
|
Add spaces after flow control statements (#126320)
|
2023-05-15 11:07:30 +02:00 |
|
Christopher Fujino
|
1561b65812
|
add gradle error handler for when the remote ssl host terminates handshake process (#125270)
Will fix transient network failures as in: https://github.com/flutter/flutter/issues/125108#issuecomment-1516519929
|
2023-04-21 21:59:10 +00:00 |
|
chunhtai
|
55502fc36a
|
Add vmservice for android build options (#123034)
https://github.com/flutter/flutter/issues/120408
|
2023-04-18 18:16:09 +00:00 |
|
Camille Simon
|
f582b56e45
|
Update re-thrown error for incompatible Java/Gradle versions to include migration guide (#124327)
Update re-thrown error for incompatible Java/Gradle versions to include migration guide
|
2023-04-12 22:15:07 +00:00 |
|
Camille Simon
|
87392c214b
|
[Android] Catch and rethrow Java/Gradle incompatibility error (#124084)
Catches and re-throws Gradle error indicating that the Gradle version is
incompatible with the Java version that Flutter is using to tell users
how to fix the issue.
Related issue: https://github.com/flutter/flutter/issues/122376
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
---------
Co-authored-by: Reid Baker <hamilton.reid.baker@gmail.com>
Co-authored-by: Christopher Fujino <fujino@google.com>
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
|
2023-04-05 14:39:55 -07:00 |
|
Ian Hickson
|
6205c110d6
|
Remove "note that" in our documentation (as per style guide) (#120842)
* lerp documentation
* Remove Note, Note That from repo
* Improve BorderSide documentation.
* apply review comments
|
2023-02-17 22:27:33 +00:00 |
|
Michael Goderbauer
|
38630b6bd1
|
Remove unnecessary null checks in flutter_tool (#118857)
* dart fix --apply
* manual fixes
* fix after merge conflicts
* review
|
2023-01-23 21:43:08 +00:00 |
|
gaaclarke
|
2b0c895fa1
|
Updated the kotlinlang version url. (#115782)
* Updated the kotlinlang version url.
* fixed format for test
|
2022-11-21 21:47:25 +00:00 |
|
Brett Morgan
|
c0f48ba6bf
|
Fix for Issue #112983 (#112985)
|
2022-10-09 05:27:38 +11:00 |
|
Emmanuel Garcia
|
975e04ba6d
|
Move corrupted zip to a separate handler and ask user (#105054)
|
2022-06-03 10:08:08 -07:00 |
|
Emmanuel Garcia
|
3b20fb3f89
|
Retry builds when SSL exceptions are thrown (#105078)
|
2022-05-31 19:53:12 -07:00 |
|
Gary Qian
|
cc733660ed
|
Add link to more detailed multidex information. (#104558)
|
2022-05-26 13:05:08 -07:00 |
|
Emmanuel Garcia
|
0052566c7e
|
Show custom error message when Kotlin or Gradle bump is required (#102421)
|
2022-05-19 14:38:13 -07:00 |
|
Emmanuel Garcia
|
b528310f58
|
Specify Kotlin version in modules and refactor (#101315)
|
2022-04-07 13:20:33 -07:00 |
|
Emmanuel Garcia
|
5c6918933e
|
Migrate AGP and Gradle versions to 7.1.2/7.4 (#99723)
|
2022-03-30 20:30:09 -07:00 |
|
Tacca
|
c8538873c8
|
95533 min sdk error msgs enhancements (#99550)
|
2022-03-08 16:20:21 -08:00 |
|
Felix
|
cd9e30bb5d
|
[flutter_tools] Fix Typo in tool error message (#97793)
Fixes a typo mutidex to multidex in a console hint to the user.
|
2022-03-08 15:24:51 -08:00 |
|
Emmanuel Garcia
|
9cb60c9828
|
Revert "reads min/target sdk versions from localproperties" (#99191)
|
2022-02-28 11:41:22 -08:00 |
|
Tacca
|
37a1aaf8c1
|
reads min/target sdk versions from localproperties (#98450)
|
2022-02-24 12:16:15 -08:00 |
|
Emmanuel Garcia
|
c8266d34f4
|
Improve Gradle retry logic (#96554)
|
2022-02-18 13:54:41 -08:00 |
|
Emmanuel Garcia
|
683590d1c6
|
Add suggestion for compileSdkVersion warning (#95369)
|
2022-01-10 20:30:13 -08:00 |
|
Emmanuel Garcia
|
79bc1bfa89
|
Add ability to wrap text messages in a box (#94391)
|
2021-12-15 13:19:11 -08:00 |
|
Jenn Magder
|
9e88fe328e
|
Remove globals_null_migrated.dart, move into globals.dart (#92861)
|
2021-11-01 17:18:03 -07:00 |
|
Emmanuel Garcia
|
4d79bb02c4
|
Bump Kotlin version in templates and projects (#92052)
|
2021-10-25 13:13:03 -07:00 |
|
Gary Qian
|
0407aa4480
|
Reland "Add multidex flag and automatic multidex support (#90944)" (#92049)
|
2021-10-19 02:20:39 -07:00 |
|
Zachary Anderson
|
a9c31eca48
|
Revert "Add multidex flag and automatic multidex support (#90944)" (#91791)
This reverts commit 1d9edde0793b824142f8b3647fb181224fa9965d.
|
2021-10-13 23:09:50 -07:00 |
|
Gary Qian
|
1d9edde079
|
Add multidex flag and automatic multidex support (#90944)
|
2021-10-13 17:48:04 -07:00 |
|
Emmanuel Garcia
|
e7a9adeeab
|
Remove AndroidX workarounds (#86911)
|
2021-07-23 17:41:04 -07:00 |
|
Dan Field
|
febce13a94
|
Make retry logic more permissive for network errors (#83965)
|
2021-06-03 23:44:03 -07:00 |
|
Jenn Magder
|
c4a2a3e92d
|
Migrate project.dart and all dependencies to null safety (#83817)
|
2021-06-02 18:41:12 -07:00 |
|
Alexandre Ardhuin
|
34059eec2c
|
enable lint prefer_interpolation_to_compose_strings (#83407)
|
2021-06-01 11:14:06 -07:00 |
|
Jenn Magder
|
6d03cb65cb
|
Clean up null assumptions for Gradle classes (#83443)
|
2021-05-27 18:54:04 -07:00 |
|
Emmanuel Garcia
|
8a7f2dee51
|
Move AndroidX error handler to the end (#83135)
|
2021-05-21 18:29:03 -07:00 |
|
Emmanuel Garcia
|
fa5883b78e
|
Add Gradle lockfiles and tool to generate them (#83067)
|
2021-05-21 13:04:03 -07:00 |
|
Hattomo (TomohiroHattori)
|
08a70e7ac8
|
Enable avoid_escaping_inner_quotes lint (#81153)
|
2021-05-19 09:54:02 -07:00 |
|
Emmanuel Garcia
|
93c87e92b3
|
[flutter_tool] Suggest fix for transform input (#82309)
|
2021-05-13 21:24:04 -07:00 |
|
Emmanuel Garcia
|
60633b609c
|
[flutter_tool] Suggest how to increase the Android minSdkVersion (#82372)
|
2021-05-13 11:59:04 -07:00 |
|
Jenn Magder
|
23404dfa74
|
Remove flutter_command dependency from reporting library (#80159)
|
2021-04-12 16:45:03 -07:00 |
|
Jonah Williams
|
a01f37245b
|
[flutter_tools] remove globals from terminal (#77953)
|
2021-03-12 12:53:05 -08:00 |
|
Jonah Williams
|
93e7d34dc4
|
[flutter_tools] Remove globals/mocks from GradleUtils (#76020)
|
2021-02-17 14:26:57 -08:00 |
|
Jonah Williams
|
74bd7b6f6d
|
[flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832)
* opt out the flutter tool
* oops EOF
* fix import
* Update tool_backend.dart
* Update daemon_client.dart
* fix more
|
2021-01-27 15:17:53 -08:00 |
|
Emmanuel Garcia
|
8dd0de7f58
|
Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 (#71446)
|
2020-12-01 19:01:09 -08:00 |
|
Amir Hardon
|
7df04fdbd3
|
Revert "Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808)" (#71096)
This reverts commit 8e73bab94c6051317c9fa4279a3733b6ee2a3ef2.
|
2020-11-23 12:27:36 -08:00 |
|
Emmanuel Garcia
|
8e73bab94c
|
Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808)
|
2020-11-20 13:05:35 -08:00 |
|
Jonah Williams
|
2321b72dfb
|
[flutter_tools] move gradle download failure handling into tool (#68140)
This crash affects anyone using flutter, so move it into the tool where it can be tested and documented. Ensure it works on windows devicelab too.
|
2020-10-15 09:20:52 -07:00 |
|
Jenn Magder
|
537cf33a21
|
Move processUtils to globals (#67976)
|
2020-10-14 13:12:46 -07:00 |
|
Jonah Williams
|
bd47262183
|
[flutter_tools] fix period in URL for androidX incompat (#57182)
|
2020-05-14 12:32:03 -07:00 |
|
Jenn Magder
|
77ea848c46
|
Inject Usage dependency into FallbackDiscovery and BuildEvent (#53443)
* Usage dependency injection
* Review edits
|
2020-04-02 10:57:37 -07:00 |
|
Jenn Magder
|
ba57ea09d1
|
Revert "Move processUtils into globals (#53209)" (#53301)
|
2020-03-25 14:59:03 -07:00 |
|
Jenn Magder
|
9ccac00599
|
Move processUtils into globals (#53209)
|
2020-03-25 11:23:08 -07:00 |
|