- 09 Mar, 2023 1 commit
-
-
stuartmorgan authored
Improve Dart plugin registration handling
-
- 08 Mar, 2023 1 commit
-
-
Jonas Uekötter authored
Use variable instead of multiple accesses through a map
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 26 Jan, 2022 1 commit
-
-
Daco Harkes authored
-
- 19 Jan, 2022 1 commit
-
-
stuartmorgan authored
-
- 04 Jan, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 5257f029.
-
Daco Harkes authored
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop. * Sample code doing a synchronous FFI call. * Sample code doing a long running synchronous FFI call on a helper isolate. * Use of `package:ffigen` to generate the bindings.
-
- 01 Oct, 2021 1 commit
-
-
stuartmorgan authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 23 Apr, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 13 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Alan Trope authored
-
- 06 Apr, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] generate empty plugin registrants for winuwp and fix local engine for winuwp_ (#79827)
-
- 23 Mar, 2021 1 commit
-
-
Zachary Anderson authored
* Revert "Enable dart_plugin_registry_test (#76645)" This reverts commit 109e0bb9. * Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)" This reverts commit cdca6485. * Revert "Disable clang format in the plugin registrants (#76662)" This reverts commit dadbd47d. * Revert "Disable warnings for the dart plugin registrant (#76561)" This reverts commit 098ece52. * Revert "Remove dart_plugin_registry_test timeouts (#76838)" This reverts commit 1610a274. * Revert "Implement dartPluginClass support for plugins (#74469)" This reverts commit b7d48062. Kick.
-
- 19 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 24 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 23 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 19 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 19 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Jan, 2021 1 commit
-
-
Claire Davis authored
-
- 17 Dec, 2020 1 commit
-
-
creativecreatorormaybenot authored
-
- 03 Dec, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 18 Nov, 2020 3 commits
-
-
Jenn Magder authored
- 14 Nov, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 8749d955.
-
- 13 Nov, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 06 Oct, 2020 2 commits
-
-
stuartmorgan authored
When the developer doesn't have permission to create symlinks, we display specific instructions, but they were only correct for recent versions of Windows 10. This improves them by: - Giving the correct instructions for older versions. - For recent versions, adds a command that will deep-link into the settings application so that developers don't have to figure out where/how to enable developer mode. Fixes https://github.com/flutter/flutter/issues/66973
-
Jonah Williams authored
[flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) * [flutter_tools] handle case where file is deleted by other program * Add test cases * Update file_system.dart * Update file_system_test.dart * fix import * make a static on ErrorHandligFS * add support for no exit on failure * address comments * update doc comment to file or directory
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Removes usage of global variables, expands documentation, and fixes some formatting inconsistencies. Increased test coverage for android plugin to prove it can determine the embedding version.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 15 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 09 Sep, 2020 1 commit
-
-
stuartmorgan authored
The Windows plugin CMake generation had code to ensure that the paths written to it used POSIX separators, but the Linux version didn't; that meant that plugin updates run on Windows machines would corrupt the generated (but checked in) Linux CMake file. This change shares that code so that both will use POSIX paths regardless of what OS they are generated on. Fixes https://github.com/flutter/flutter/issues/64591
-
- 20 Aug, 2020 1 commit
-
-
xster authored
-