1. 11 Sep, 2020 1 commit
  2. 01 Sep, 2020 2 commits
  3. 30 Aug, 2020 1 commit
  4. 29 Aug, 2020 1 commit
  5. 27 Aug, 2020 1 commit
  6. 24 Aug, 2020 1 commit
  7. 19 Aug, 2020 1 commit
    • Greg Spencer's avatar
      Standardize the nullability of arguments to raw key data constructors. (#63523) · 041a3eaa
      Greg Spencer authored
      This standardizes the handling of nullability for the LogicalKeyboardKey.keyLabel and RawKeyEventData.keyLabel accessors so that they are non-nullable, but can be empty.
      
      Before this change, the keyLabel could be either null or an empty string to indicate that there wasn't a label, which makes it harder to test for, since both need to be checked for. Since an empty string is sufficient, there is no need for it to be nullable.
      
      Also, in raw_keyboard.dart, the web and Windows implementations wouldn't accept null values for parameters in the Map coming from the message, but tests were supplying null for some of them. This makes web and Windows creation of events match the other platforms, and makes the migration of tests to non-nullability easier.
      041a3eaa
  8. 18 Aug, 2020 1 commit
  9. 17 Aug, 2020 4 commits
  10. 15 Aug, 2020 1 commit
  11. 14 Aug, 2020 1 commit
  12. 13 Aug, 2020 3 commits
  13. 12 Aug, 2020 2 commits
  14. 11 Aug, 2020 3 commits
  15. 06 Aug, 2020 1 commit
  16. 05 Aug, 2020 1 commit
  17. 04 Aug, 2020 4 commits
  18. 03 Aug, 2020 1 commit
  19. 30 Jul, 2020 2 commits
  20. 29 Jul, 2020 2 commits
  21. 28 Jul, 2020 3 commits
    • Michael Goderbauer's avatar
    • Ming Lyu (CareF)'s avatar
      6d07b1b4
    • Michael Goderbauer's avatar
      Restoration Framework (#60375) · 175e5c9a
      Michael Goderbauer authored
      * state restoration
      
      * added example
      
      * typos and analyzer
      
      * whitespace
      
      * more typos
      
      * remove unnecessary import
      
      * whitespace
      
      * fix sample code
      
      * tests for restorationmanager and restorationid
      
      * ++
      
      * typo
      
      * tests for bucket, part1
      
      * rename tests
      
      * more tests
      
      * finished tests for service layer
      
      * remove wrong todo
      
      * ++
      
      * review comments
      
      * tests for Unmanaged and regular scope
      
      * RootRestorationScope tests
      
      * typo
      
      * whitespace
      
      * testing framework
      
      * tests for properties
      
      * last set of tests
      
      * analyzer
      
      * typo
      
      * dan review
      
      * whitespace
      
      * ++
      
      * refactor finalizers
      
      * ++
      
      * ++
      
      * dispose guard
      
      * ++
      
      * ++
      
      * dan review
      
      * add manager assert
      
      * ++
      
      * analyzer
      
      * greg review
      
      * fix typo
      
      * Ian & John review
      
      * ian review
      
      * RestorationID -> String
      
      * revert comment
      
      * Make primitives non-nullable in prep for NNBD
      175e5c9a
  22. 23 Jul, 2020 2 commits
  23. 21 Jul, 2020 1 commit