1. 16 Nov, 2016 12 commits
  2. 15 Nov, 2016 13 commits
  3. 14 Nov, 2016 6 commits
  4. 12 Nov, 2016 3 commits
  5. 11 Nov, 2016 4 commits
  6. 10 Nov, 2016 2 commits
    • Chris Bracken's avatar
      Add accentTextTheme and accentIconTheme to ThemeData (#6808) · d0ff41ec
      Chris Bracken authored
      These define a TextTheme and IconTheme that contrast with the accent
      colour brightness. Also adjust default accentColorBrightness to match
      Material spec examples (dark text/icons on teal in Dark theme).
      
      Update material components to use accentTextTheme, accentIconTheme:
      * DatePicker selection
      * Floating action button icon
      * TimePicker selection
      * Slider label text
      d0ff41ec
    • John McCutchan's avatar
      Miscellaneous cleanups (#6813) · f172f067
      John McCutchan authored
      - [x] Return the reload message even when paused at a breakpoint.
      - [x] Only initialize context members if they aren't already initialized.
      f172f067