- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 19 Nov, 2019 1 commit
-
-
Amir Hardon authored
While building the iOS platform views support we only enabled it when the app developer explicitly specified it with a flag, the main reasons were using an untested thread configuration, and taking a performance hit (even when no platform view is used due to disabled raster cache). Now that we are using the same dynamic thread configuration whether platform views is used or not, and that raster cache works with platform views in the tree as well, we are almost ready to enabled the platform views support by default. As a first step, I'm enabling it for the Flutter Gallery app on which we run benchmarks. After monitoring the benchmarks and making sure the gallery takes no hit we should be more confident to enabled platform views by default. This change is expected to have no performance effect on the Gallery app at all.
-
- 15 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Jul, 2019 1 commit
-
-
Anoop B authored
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 21 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
Amir Hardon authored
This results in running Flutter Gallery with one less thread (platform and gpu threads are the the same). This is very likely to cause a regression in the iOS Gallery benchmarks. I'm mainly interested in landing this to see how much the benchmarks regress, and it's likely that we will revert it shortly after landing.
-
- 07 May, 2018 1 commit
-
-
Chris Bracken authored
Build universal armv7+arm64 binary for iOS now that our tooling supports it.
-
- 23 Apr, 2018 1 commit
-
-
xster authored
-
- 20 Feb, 2018 1 commit
-
-
xster authored
-
- 16 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 29 Jan, 2018 1 commit
-
-
xster authored
-
- 14 Dec, 2017 1 commit
-
-
amirh authored
* flutter update-packages * update plugin registrant for flutter_gallery
-
- 06 Dec, 2017 1 commit
-
-
- 02 Nov, 2017 1 commit
-
-
5u3it authored
Adds `Scaffold#endDrawer` property to supply a second drawer to a Scaffold.
-
- 26 May, 2017 1 commit
-
-
- 09 May, 2017 2 commits
-
-
Sarah Zakarias authored
-
Sarah Zakarias authored
This reverts commit 4bbf158b.
-
- 08 May, 2017 2 commits
-
-
Ian Hickson authored
* Revert "Update reference to url_launcher plugin in Gallery pubspec (#9879)" This reverts commit 96a04dea. * Revert "Revert "Revert plugin use in gallery (#9838)" (#9877)" This reverts commit ede72a80.
-
Sarah Zakarias authored
This reverts commit 4bbf158b.
-
- 05 May, 2017 3 commits
-
-
Sarah Zakarias authored
* Revert "add Podfile (#9835)" This reverts commit 74e65675. * Revert "update ref to url_launcher plugin in Flutter Gallery (#9833)" This reverts commit 30c49781. * Revert "Use url_launcher plugin in Flutter Gallery (#9751)" This reverts commit 02dfd6be.
-
Sarah Zakarias authored
-
Chris Bracken authored
Enable plugin infra for both iOS and Android post-#9791.
-
- 02 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 08 Mar, 2017 3 commits
-
-
Chris Bracken authored
* Revert "Update Hello World to latest iOS project template (#8634)" This reverts commit 6dc6ed4e. * Revert "Update Gallery to latest iOS project template (#8637)" This reverts commit 84c42aac. * Revert "Update Stocks to latest iOS project template (#8640)" This reverts commit 90774c18.
-
Chris Bracken authored
Already enabled on Android.
-
Chris Bracken authored
-
- 07 Mar, 2017 1 commit
-
-
Chris Bracken authored
Gallery and stocks: * Add 20x20 notification icons. * Remove unused 76x76 (3x scale) icon. Other examples: update JSON to Xcode 8.2.1 defaults Fixes warnings for missing/unused icon assets in Xcode 8.2.x
-
- 03 Feb, 2017 1 commit
-
-
Chris Bracken authored
Subclassing FlutterAppDelegate is not required for real-world apps, but it's what 'flutter create' generates, and applies the default behaviours that most real-world apps will want.
-
- 01 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 27 Jan, 2017 1 commit
-
-
Chris Bracken authored
Almost all real-world apps will want a custom app delegate, and 'flutter create' code-gens one by default. This brings the samples in line with our templates and the most common use case.
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
As of Xcode 7, Apple recommends setting the bundle identifier in the PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier to that variable in Info.plist. As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE are recommended settings.
-
- 18 Aug, 2016 1 commit
-
-
Seth Ladd authored
-
- 12 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 05 Aug, 2016 1 commit
-
-
Eric Seidel authored
I took the logo_square from: https://github.com/flutter/identity-assets/tree/master/assets/logo_square Opened it in preview, gave it a white background and then dropped it in the icon tool to create these updated icons. We may want to use offwhite like we did for Android but this is sufficient for my demo today. @hansmuller
-
- 04 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 07 Jul, 2016 1 commit
-
-
Adam Barth authored
We want to use the FlutterViewController in this new project template. Fixes #4840
-
- 06 Jul, 2016 1 commit
-
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-