1. 12 Jun, 2021 1 commit
  2. 10 May, 2021 1 commit
  3. 26 Mar, 2021 1 commit
  4. 12 Mar, 2021 1 commit
  5. 06 Mar, 2021 1 commit
  6. 15 Dec, 2020 1 commit
  7. 11 Dec, 2020 1 commit
  8. 21 Nov, 2020 1 commit
  9. 02 Nov, 2020 1 commit
  10. 30 Oct, 2020 1 commit
  11. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  12. 19 Oct, 2020 1 commit
  13. 15 Oct, 2020 1 commit
  14. 10 Oct, 2020 1 commit
  15. 06 Oct, 2020 1 commit
  16. 18 Sep, 2020 1 commit
  17. 17 Sep, 2020 1 commit
  18. 30 Jul, 2020 1 commit
  19. 29 Jul, 2020 1 commit
  20. 28 Jul, 2020 1 commit
  21. 23 Jul, 2020 1 commit
  22. 11 Jun, 2020 1 commit
  23. 27 May, 2020 1 commit
  24. 15 May, 2020 1 commit
  25. 30 Apr, 2020 1 commit
  26. 27 Apr, 2020 1 commit
    • Jose Alba's avatar
      Default to use V2 Slider (#55599) · 7eb3df4a
      Jose Alba authored
      * Instead of changing test I just flipped flag so the test uses the proper slider
      
      * Use Depracated annotation
      
      * Updated depracation notice
      
      * Updated depracation notice again
      
      * Ignore analyze issues
      
      * flutter analyze .
      
      * ignore analyzer
      
      * // ignore: deprecated_member_use
      
      * Ignoring notice
      
      * indentation
      7eb3df4a
  27. 07 Apr, 2020 1 commit
    • Jose Alba's avatar
      Slider rebase work (#53916) · 3441d6cb
      Jose Alba authored
      * [Slider] Rebase.
      
      * disabled thumb color with alphaBlend of colorScheme surface
      
      * test remove alphablend
      
      * Change rectangular track to how it used to be
      
      * Chaned to adaptive slider
      
      * blank lines
      Co-authored-by: 's avatarWill Larche <larche@google.com>
      3441d6cb
  28. 31 Mar, 2020 2 commits
  29. 03 Mar, 2020 1 commit
  30. 25 Jan, 2020 1 commit
  31. 08 Jan, 2020 1 commit
  32. 13 Dec, 2019 1 commit
  33. 12 Dec, 2019 1 commit
  34. 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
  35. 22 Nov, 2019 1 commit
  36. 20 Nov, 2019 2 commits
  37. 04 Oct, 2019 1 commit
  38. 01 Oct, 2019 1 commit
    • Slade Capasso's avatar
      range_slider_test.dart diagnostics property tests (#40291) · a9c28d5f
      Slade Capasso authored
      * Updates to slider_test.dart
      
      Fixed error that required onChanged.
      
      * Updated slider.dart and slider_test.dart debugFillProperties
      
      Updated slider.dart debugFillProperties to include all properties and slider_test debugFillProperties to test all properties
      
      * Updated Slider onChanged property
      
      * Updated debugFillProperties to ignore testing methods that are null in test
      
      Per feedback from Hans/Anthony on Flutter Material
      
      * Updated spacing in debugFillProperties
      
      Per feedback from Hans
      
      * Updated range_slider.dart and range_slider_test.dart to have DiagnosticProperties tests for all properties
      
      * Updated range_slider.dart and range_slider_test.dart per feedback
      
      Preventing null labels from creating an error.
      
      Added made RangeLabels and RangeValues constants in instantiation of Range Slider.
      
      Fixed spacing.
      
      * Updates to start and end labels in diagnostic property tests
      
      Updated per feedback from @clocksmith
      a9c28d5f