- 23 Aug, 2023 1 commit
-
-
Michael Goderbauer authored
Blocking issue (https://github.com/dart-lang/linter/issues/453) for this lint has been resolved.
-
- 04 Aug, 2023 1 commit
-
-
Andrew Kolos authored
Fixes #130604
-
- 13 Jul, 2023 1 commit
-
-
Piotr FLEURY authored
Set `.env` regex list as constants. This pull request fixes the nit related in this comment: https://github.com/flutter/flutter/pull/128668#discussion_r1253377454
-
- 05 Jul, 2023 1 commit
-
-
Piotr FLEURY authored
# Proposal I suggest to make possible to specify .env files to the --dart-define-from-file in addition to the Json format. # Issue Close #128667
-
- 16 Jun, 2023 1 commit
-
-
- 02 Jun, 2023 1 commit
-
-
Victoria Ashworth authored
Workaround solution for: https://github.com/flutter/flutter/issues/121231 See https://github.com/flutter/flutter/issues/120808#issuecomment-1551826299 Error Case 2 for more information. Sometimes the `ios-deploy` process does not return the logs from the application. We've been unable to figure out why. This is a solution to workaround that by using `idevicesyslog` alongside `ios-deploy` as a backup in getting the log for the Dart VM url. As explained in https://github.com/flutter/flutter/issues/120808#issuecomment-1551826299, when error case 2 happens, the `idevicesyslog` does successfully find the Dart VM. Also, in the comments of the code it mentions `syslog` is not written on iOS 13+, this was added in response to this issue: https://github.com/flutter/flutter/issues/41133. However, `idevicesyslog` does in fact work (at least for iOS 16), we use it to collect device logs for our CI tests already: https://github.com/flutter/flutter/blob/1dc26f80f04c1c1091a83c5fead9b3aa83483292/dev/devicelab/lib/framework/devices.dart#L998-L1006
-
- 16 May, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 18 Apr, 2023 1 commit
-
-
Samuel Abada authored
Remove double.fromEnvironment from dart-define doc. Fixes #124665 The current dart-define docs reads: ``` Additional key-value pairs that will be available as constants from the String.fromEnvironment, bool.fromEnvironment, int.fromEnvironment, and double.fromEnvironment constructors. ``` while dart-define-from-file reads: ``` The path of a json format file where flutter define a global constant pool. Json entry will be available as constants from the String.fromEnvironment, bool.fromEnvironment, int.fromEnvironment, and double.fromEnvironment constructors; the key and field are json values ``` <img width="1440" alt="Screenshot 2023-04-03 at 19 31 34" src="https://user-images.githubusercontent.com/31275429/229720102-2020e1a9-c1fb-470b-89e6-ffb84096a51b.png"> However, there is no fromEnvironment constructor for double. The aim of this PR is to address this by removing double.fromEnvironment from help docs as stated in
-
- 14 Apr, 2023 1 commit
-
-
Kevin Moore authored
flutter-tool: enum cleanup
-
- 12 Apr, 2023 1 commit
-
-
Kevin Moore authored
flutter_tools: Flutter Web CLI cleanup
-
- 10 Apr, 2023 1 commit
-
-
Jackson Gardner authored
Add support to the flutter tool to compile against the skwasm renderer
-
- 06 Apr, 2023 4 commits
-
-
Kevin Moore authored
flutter tool: make FlutterOptions abstract final
-
Zachary Anderson authored
Revert "flutter tool: make FlutterOptions abstract final"
-
Kevin Moore authored
flutter tool: make FlutterOptions abstract final
-
Kevin Moore authored
-
- 04 Apr, 2023 3 commits
-
-
Victoria Ashworth authored
Allow --ipv6 flag for flutter attach on iOS devices
-
Victoria Ashworth authored
Add flag to filter by device connection interface
-
Christopher Fujino authored
Re-land of https://github.com/flutter/flutter/pull/123297 without any of the commits at the end attempting to fix customer-testing. Fixes https://github.com/flutter/flutter/issues/118810
-
- 03 Apr, 2023 1 commit
-
-
Casey Hillers authored
Revert "[flutter_tools] Remove --no-sound-null-safety #3"
-
- 31 Mar, 2023 1 commit
-
-
Chinmay Garde authored
[Impeller] Plumb through the impeller-force-gl flag.
-
- 30 Mar, 2023 1 commit
-
-
Chinmay Garde authored
[Impeller] Plumb through the enable-vulkan-validation flag.
-
- 29 Mar, 2023 2 commits
-
-
Victoria Ashworth authored
Update device selection to wait for wireless devices to load
-
Christopher Fujino authored
[flutter_tools] Remove --no-sound-null-safety #3
-
- 24 Mar, 2023 1 commit
-
-
Harry Terkelsen authored
-
- 23 Mar, 2023 2 commits
-
-
Ben Konyi authored
Observatory can still be enabled by providing `--serve-observatory` or invoking the `_serveObservatory` private service RPC via web socket or HTTP. Related to https://github.com/dart-lang/sdk/issues/50233
-
Harry Terkelsen authored
-
- 22 Mar, 2023 1 commit
-
-
Christopher Fujino authored
Revert "[flutter_tools] Remove sound null safety flag (#123031)"
-
- 21 Mar, 2023 1 commit
-
-
Zachary Anderson authored
-
- 20 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag #2
-
- 17 Mar, 2023 2 commits
-
-
Christopher Fujino authored
This reverts commit 7c3088cf.
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag
-
- 13 Mar, 2023 2 commits
-
-
Bartek Pacia authored
[flutter_tools] Clean up `boolArgDeprecated` and `stringArgDeprecated`
-
Victoria Ashworth authored
Move target devices logic to its own classes and file
-
- 08 Mar, 2023 1 commit
-
-
Bartek Pacia authored
Delete `FlutterCommand.intArg()`, which is not used anywhere
-
- 06 Mar, 2023 1 commit
-
-
Seiya Kokushi authored
[tool] Proposal to multiple defines for --dart-define-from-file
-
- 03 Mar, 2023 2 commits
-
-
Chris Yang authored
[flutter_tool] add enable-embedder-api flag
-
Victoria Ashworth authored
Update device filtering and introduce isConnected and connectionInterface
-
- 28 Feb, 2023 1 commit
-
- 27 Feb, 2023 2 commits
-
-
Michael Goderbauer authored
Revert "Reland "Remove references to Observatory (#118577)""
-