1. 30 May, 2019 2 commits
  2. 29 May, 2019 15 commits
  3. 28 May, 2019 13 commits
  4. 27 May, 2019 2 commits
  5. 26 May, 2019 2 commits
  6. 25 May, 2019 3 commits
    • stuartmorgan's avatar
      Implement macOS support in `flutter doctor` (#33277) · 81c38b22
      stuartmorgan authored
      Splits Xcode validation out of the iOS validator and into a stand-alone
      validator, and groups the CocoaPods validator with that top-level
      validator instead of the iOS validator. iOS now validates only the
      iOS-specific tools (e.g., ideviceinstaller).
      
      Reorganizes many of the associated clases so that those that are used by
      both macOS and iOS live in macos/ rather than ios/. Moves some
      validators to their own files as part of the restructuring.
      
      This is the macOS portion of #31368
      81c38b22
    • Chris Bracken's avatar
      Americanise spellings (#33323) · 156b4220
      Chris Bracken authored
      Updates documentation and non-public API to use American spellings for
      consistency with the rest of the codebase.
      
      No changes to behaviour... other than how it's spelt.
      156b4220
    • Chris Bracken's avatar
      Correct typos (#33322) · 4d992320
      Chris Bracken authored
      Corects a bnuch of typeos throuhgout teh Fluter codebsae.
      
      Made use of the `misspell` tool:
      https://github.com/client9/misspell
      4d992320
  7. 24 May, 2019 3 commits
    • stuartmorgan's avatar
      Add macosPrefix to the pubspec schema for plugins (#33287) · 0f6e4e61
      stuartmorgan authored
      Adds a new macosPrefix, which serves the same purpose as iosPrefix but
      for macOS plugins.
      
      It is not yet used by the tooling, but this allows for plugins to start
      to be written using it in preparation for tooling support for plugins.
      
      Part of #32718
      0f6e4e61
    • Todd Volkert's avatar
      daa70608
    • Shi-Hao Hong's avatar
      ExpandIcon Custom Colors (#33148) · 9d520853
      Shi-Hao Hong authored
      * Implement ExpandIcon custom color, expandedColor, and disabledColor
      
      * Update to use pumpAndSettle instead of hard-coded duration
      
      * Update colors to unfocused state, added dark mode test to active state
      
      * Fix Colors.white30 doc opacity value
      
      * Add links to Material Design specifications to color, expandedColor and disabledColor
      
      * Update API docs to reference dark theme material page
      9d520853