1. 05 May, 2023 1 commit
    • Ian Hickson's avatar
      Minor fixes found while working on blankcanvas (#125751) · a11da307
      Ian Hickson authored
      This PR contains a series of minor changes to address issues that I happened to run into:
      
       - Pretty-print errors triggered when handling events that are pending because of having locked event handling. Previously these were just dumped to the console.
       - Add more documentation for `debugPaintPadding`.
       - Add documentation to `Tween` saying how to implement it.
       - Slight formatting changes in the scrollbar code to align some expressions.
       - Since we convert ScrollMetricsNotifications to ScrollNotifications in various places, provide an explicit API to do this. This will make the behaviour consistent throughout, and makes the code easier to understand. Added a test for this.
       - Clarifications to some of the BindingBase and SchedulerBinding documentation.
       - Clarified some documentation in `flutter_test`'s `Finder` class.
      a11da307
  2. 21 Apr, 2021 1 commit
  3. 13 Oct, 2020 1 commit
  4. 11 Jun, 2020 1 commit
  5. 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
  6. 12 Sep, 2018 1 commit
  7. 28 Aug, 2018 1 commit
  8. 16 May, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 18 Feb, 2017 1 commit
  11. 09 Feb, 2017 1 commit
  12. 10 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Improve Notification API (#7403) · 2eecb8be
      Ian Hickson authored
      - better documentation
      
      - verify (at run time) that onNotification doesn't return null, and
        report copious helpful information if it does.
      
      - add a toString/debugFillDescription convention to Notification.
      
      - actually test Notification
      2eecb8be