- 21 Dec, 2019 1 commit
-
-
Jenn Magder authored
Revert "Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#47266)" (#47568) This reverts commit 648a5d8a.
-
- 19 Dec, 2019 1 commit
-
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#47266)
-
- 18 Dec, 2019 2 commits
-
-
Jenn Magder authored
Revert "Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)" (#47264) This reverts commit e54e301d.
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)
-
- 13 Dec, 2019 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 10 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 2 commits
-
-
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
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 22 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
Add `.flutter-plugins-dependencies` to the project, which contains the app's plugin dependency graph (#45379)
-
- 01 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 24 Oct, 2019 1 commit
-
-
Andrey Gordeev authored
As stated in Kotlin Coding Conventions. Closes #42212
-
- 23 Oct, 2019 1 commit
-
-
Taufiq Rahman authored
-
- 17 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Test the Android embedding v2 * Update integration tests * Split into shards
-
- 15 Oct, 2019 3 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 10 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Add smoke test for the new Android embedding * Update AndroidManifest.xml in app template * Update test README.md * Remove widget_test.dart * Update pubspec.yaml * Force GeneratedPluginRegistrant.java
-
- 04 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Generate projects using the new Android embedding * Add comment about usesNewEmbedding:true * Feedback * Rework way to detect new embedding in new apps
-
- 20 Sep, 2019 2 commits
-
-
stuartmorgan authored
Adds macOS support for `flutter create`: - Currently it is behind a hidden flag. - Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled. - Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general. This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template). Fixes #30703
-
stuartmorgan authored
Rather than have a monolithic .gitignore covering all platforms in the app template, have each platform folder contain its own rules. Fixes #40793
-
- 14 Sep, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
- 03 Sep, 2019 1 commit
-
-
Harry Terkelsen authored
-
- 20 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 19 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 06 Aug, 2019 1 commit
-
-
walsha2 authored
-
- 12 Jul, 2019 1 commit
-
-
Anoop B authored
-
- 08 Jul, 2019 3 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Karen Rustad Tölva authored
-
- 20 Jun, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 07 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Jun, 2019 1 commit
-
-
Josh Burton authored
-
- 14 May, 2019 1 commit
-
-
Kate Lovett authored
* Updating dart.dev related links * Update packages/flutter_tools/lib/src/base/context.dart
-
- 13 May, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 08 May, 2019 1 commit
-
-
Matthew Lloyd authored
-
- 29 Apr, 2019 1 commit
-
-
Antti Ahti authored
-
- 25 Apr, 2019 1 commit
-
-
Dan Field authored
* Update packages * Capture JSON RPC errors that presently get swallowed
-