- 05 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Mar, 2020 1 commit
-
-
Ben Konyi authored
This is required to roll forward package:vm_service to 3.0.0 and is blocking a DevTools release.
-
- 03 Mar, 2020 3 commits
-
-
stuartmorgan authored
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes: - Added template values where it makes sense. - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable. - Added some minor Makefile flag handling improvements Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
-
Jenn Magder authored
* Move embedding and linking Flutter frameworks into the tool * Unused import * Migrate * Rename run, add comments, remove typedef * Add status log to tell the user what we did * Remove Podfile migration, create IOSMigration superclass * word-smiting Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> * for space Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Update Android activities because plugin registration is now done by FlutterActivity.configureFlutterEngine (#50841)
-
- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2020 2 commits
-
-
Sunbreak authored
-
Jonah Williams authored
-
- 15 Feb, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit d3387bc9.
-
Jonah Williams authored
-
- 13 Feb, 2020 1 commit
-
-
Dan Field authored
* drop unnecessary test deps * bump to junit 4.13
-
- 12 Feb, 2020 1 commit
-
-
sanni prasad authored
-
- 11 Feb, 2020 1 commit
-
-
Amir Hardon authored
-
- 06 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 31 Jan, 2020 1 commit
-
-
Cristian Zazo authored
-
- 29 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 28 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 22 Jan, 2020 1 commit
-
-
Matt Carroll authored
-
- 14 Jan, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 10 Jan, 2020 2 commits
-
-
Gerrit authored
-
Jonah Williams authored
[flutter_tools][web] Add support for web app manifests and arbitrary resource files (from web/) (#48316)
-
- 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 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-