1. 05 Jun, 2023 1 commit
    • Kate Lovett's avatar
      Remove scrollbar deprecations isAlwaysShown and hoverThickness (#127351) · a3ddead1
      Kate Lovett authored
      The deprecated `[RawScrollbar/Scrollbar/CupertinoScrollbar/ScrollbarThemeData].isAlwaysShown` has expired and is removed in thi PR.
      Also, `Scrollbar.hoverThickness` is also removed after having expired.
      
      The replacement for `isAlwaysShown` is `thumbVisibility`. This deprecation was introduced in #96957. The name change came from new behaviors like a track that is conditionally visible. Since the original API only referred to the thumb, the name was changed to reflect this intention. This change is supported by dart fix. ✅ 
      
      The replacement for `hoverThickness` is `ScrollbarThemeData.thickness`, which is a MaterialStateProperty that allows for the thickness to respond to multiple states including hover. This deprecation was introduced in #97173. This change is not supported by dart fix. 😞  
      
      Part of https://github.com/flutter/flutter/issues/127042
      a3ddead1
  2. 15 May, 2023 1 commit
  3. 22 Mar, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 11 Dec, 2022 1 commit
  6. 09 Dec, 2022 1 commit
  7. 16 Sep, 2022 1 commit
  8. 14 Apr, 2022 1 commit
  9. 24 Jan, 2022 1 commit
  10. 14 Jan, 2022 1 commit
  11. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  12. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  13. 02 Jun, 2021 1 commit
  14. 18 May, 2021 1 commit
  15. 17 May, 2021 2 commits
  16. 10 May, 2021 1 commit
  17. 19 Jan, 2021 1 commit
  18. 16 Jan, 2021 1 commit
  19. 15 Jan, 2021 1 commit
  20. 12 Jan, 2021 1 commit
  21. 11 Dec, 2020 1 commit
  22. 03 Nov, 2020 1 commit
  23. 30 Oct, 2020 1 commit
  24. 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
  25. 27 Oct, 2020 1 commit
  26. 08 Oct, 2020 1 commit
  27. 23 Sep, 2020 1 commit
  28. 17 Jul, 2020 1 commit
  29. 11 Jun, 2020 1 commit
  30. 29 May, 2020 1 commit
  31. 28 May, 2020 1 commit
  32. 27 Mar, 2020 1 commit
  33. 08 Jan, 2020 1 commit
  34. 16 Dec, 2019 1 commit
  35. 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
  36. 29 Oct, 2019 1 commit
    • Pieter van Loon's avatar
      Improved ios 13 scrollbar fidelity (#41799) · 0120c414
      Pieter van Loon authored
      Drag from the right is no more
      Longpress is now only 100ms instead of 500
      Added optional duration field to longpressgesturerecognizer
      Added controller field to material scrollbar api
      Haptic feedback only triggers when scrollbar is fully expanded
      Added haptic feedback when releasing the scrollbar after dragging it
      0120c414
  37. 24 Sep, 2019 1 commit
  38. 09 Aug, 2019 1 commit
  39. 31 Jul, 2019 1 commit