1. 30 Jun, 2020 1 commit
  2. 24 Jun, 2020 1 commit
  3. 23 Jun, 2020 1 commit
  4. 18 Jun, 2020 1 commit
    • James D. Lin's avatar
      [flutter tools] Change the desktop device names and IDs (#58812) · bdbe6774
      James D. Lin authored
      In google3, the Linux device is always available, and it has confused
      people who run the Flutter doctor and see
      "• Linux • Linux • linux-x64 • Linux" listed.
      
      Rename the Linux device name to "Linux desktop" and the device ID to
      be "linux". Make similar changes to the Windows and macOS
      devices for consistency.  This is also  consistent with the web
      devices.
      
      The device ID change shouldn't be break -d usage since that does a
      case-insensitive prefix match.
      bdbe6774
  5. 09 Apr, 2020 1 commit
  6. 16 Mar, 2020 1 commit
  7. 06 Jan, 2020 1 commit
  8. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  9. 09 Oct, 2019 1 commit
  10. 30 Sep, 2019 1 commit
  11. 16 Sep, 2019 1 commit
  12. 27 Aug, 2019 1 commit
  13. 26 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add profile support on macOS (#39264) · 74076958
      stuartmorgan authored
      Fix some places where Debug/Release was treated as a binary switch.
      
      Makes similar changes to Windows and Linux to simplify adding profile
      support to those platforms in the future. This means `--profile` builds
      will fail on Linux and Windows for now, but that's fine since they
      aren't actually supported, and unlike `--release` don't provide useful
      functionality at the native code level.
      
      Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
      error when running Profile (or Release).
      
      Fixes #33203
      74076958
  14. 06 Aug, 2019 1 commit
  15. 01 Aug, 2019 2 commits
  16. 31 Jul, 2019 1 commit
  17. 26 Jun, 2019 1 commit
  18. 18 Jun, 2019 2 commits
  19. 16 May, 2019 1 commit
    • stuartmorgan's avatar
      Change the way macOS app names are located (#32706) · f8b07e23
      stuartmorgan authored
      Instead of requiring a name_output.sh, expect a file called
      .app_filename in the macos/Flutter directory containing just the name of
      the application. The expectation is that the Xcode build will create
      that file with a script.
      
      This is not intended as a long-term solution, but it's a substantial
      improvement over name_output.sh:
      - name_output.sh required constructing the full build output path; this
        made sense when it was coupled with build.sh, but now that the
        decision for where build output goes lives in flutter_tool, that logic
        should as well.
      - Changing the name of the application required also updating
        name_output.sh, which is error-prone. With .app_filename, it can be
        created using $PRODUCT_NAME, which means that the usual way of setting
        the application name will automatically update this flow as well.
      
      Part of #30706
      f8b07e23
  20. 29 Apr, 2019 1 commit
  21. 25 Apr, 2019 1 commit
  22. 24 Apr, 2019 1 commit
  23. 19 Apr, 2019 1 commit
  24. 18 Apr, 2019 1 commit
  25. 21 Mar, 2019 1 commit
  26. 09 Mar, 2019 1 commit
  27. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  28. 21 Feb, 2019 1 commit
  29. 26 Jan, 2019 1 commit
  30. 24 Jan, 2019 1 commit
  31. 15 Jan, 2019 1 commit