- 07 Nov, 2022 1 commit
-
-
Chris Bracken authored
Increases the minimum macOS deployment target from macOS 10.13 (High Sierra) to 10.14 (Mojave) in the macOS app templates. Includes: * Update migration for macOS 10.11 apps to upgrade to 10.14 * Adds migration for macOS 10.13 apps to upgrade to 10.14 * Apply migration to all examples, and integration tests This does not increase version in the plugin templates since those will need to wait until the 10.14 framework rolls to stable channel, so new plugins can build with apps created with `flutter create` on stable channel. Issue: https://github.com/flutter/flutter/issues/114445 See RFC: http://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4 See previous patch: https://github.com/flutter/flutter/pull/107689
-
- 24 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 08 Oct, 2022 1 commit
-
-
Brett Morgan authored
-
- 09 Sep, 2022 2 commits
-
-
Loïc Sharma authored
-
Nate Bosch authored
-
- 03 Sep, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Sep, 2022 1 commit
-
-
Loïc Sharma authored
-
- 30 Aug, 2022 1 commit
-
-
Loïc Sharma authored
-
- 25 Aug, 2022 1 commit
-
-
Yegor authored
-
- 11 Aug, 2022 1 commit
-
-
Peter Eliasson authored
-
- 26 Jul, 2022 1 commit
-
-
Jenn Magder authored
-
- 25 Jul, 2022 1 commit
-
-
RockerFlower authored
-
- 15 Jul, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Jun, 2022 1 commit
-
-
Loïc Sharma authored
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects. Addresses https://github.com/flutter/flutter/issues/73652
-
- 13 Jun, 2022 1 commit
-
-
Ahmed Ashour authored
-
- 27 May, 2022 1 commit
-
-
Tim Sneath authored
-
- 15 May, 2022 1 commit
-
-
Chris Bracken authored
Updates the AppIcon assets in the macOS app template to meet Apple's icon guidelines as of macOS Big Sur. Assets were moved to the [flutter_template_images][1] package, which includes them as of version 4.1.0. Ref: https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/ Issue: https://github.com/flutter/flutter/issues/103371 [1]: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
-
- 12 May, 2022 1 commit
-
-
David Iglesias authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2022 2 commits
-
-
Jenn Magder authored
-
Pierre-Louis authored
* Remove trailing spaces * more * empty commit
-
- 13 Apr, 2022 1 commit
-
-
Callum Moffat authored
* Implement trackpad gestures in framework * Touch and Pan/Zoom pointers have separate IDs now * Handle trackpad pointer device type * Respect supportedDevices for pan/zoom events * Update after rebase * Fix check failures * Avoid error with very short drags * Address feedback * Refactor drag event handler * Address more feedback * Add some missing punctuation
-
- 31 Mar, 2022 1 commit
-
-
David Iglesias authored
-
- 16 Mar, 2022 1 commit
-
-
Gary Qian authored
-
- 09 Mar, 2022 2 commits
-
-
Chris Yang authored
-
Tacca authored
-
- 08 Mar, 2022 1 commit
-
-
Chris Bracken authored
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template. This is to prevent resize() from failing if called with a count > std::string::max_size(). According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated. Authored by: Tomasz Gucio <tgucio@gmail.com>
-
- 28 Feb, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 24 Feb, 2022 1 commit
-
-
Tacca authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 26 Jan, 2022 1 commit
-
-
Daco Harkes authored
-
- 14 Jan, 2022 1 commit
-
-
stuartmorgan authored
-
- 11 Jan, 2022 1 commit
-
-
Utibeabasi Umanah 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.
-
- 23 Dec, 2021 1 commit
-
-
Jenn Magder authored
Revert "[flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait" (#95747)
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 24 Nov, 2021 2 commits
-
-
Mouad Debbar authored
This reverts commit 6a3ea7eb.
-
Jenn Magder authored
-
- 20 Nov, 2021 1 commit
-
-
Andrei Diaconu authored
-