1. 10 May, 2021 1 commit
  2. 02 Mar, 2021 1 commit
  3. 09 Nov, 2020 1 commit
  4. 07 Nov, 2020 2 commits
  5. 16 Mar, 2020 1 commit
  6. 25 Jan, 2020 1 commit
  7. 05 Dec, 2019 1 commit
  8. 28 Nov, 2019 1 commit
    • Ian Hickson's avatar
      Relicense Shrine demo to match rest of repository (#45718) · a78fb87d
      Ian Hickson authored
      * Relicense Shrine demo to match rest of repository
      
      The Shrine demo was Apache-licensed. The code was mostly
      Google-written, with contributions from:
      
       - Michelle Dudley (@michdud)
      
       - Abhijeeth Padarthi <rkinabhi@gmail.com> (@rkinabhi)
      
       - @a14n
      
      I contacted all three, and they confirmed their approval for this
      change, as described below.
      
      Abhijeeth Padarthi said by e-mail on Thu, Nov 21, 2019 at 5:48 PM:
      
      > hi Ian,
      >
      > sure :)
      >
      > let me know if I need to do anything on my end..
      
      Michelle Dudley wrote by e-mail on Sun, Nov 24, 2019 at 2:07 PM:
      
      > Hi Ian,
      >
      > That would be ok with me.
      >
      > Thanks,
      >
      > Michelle
      
      @a14n said on Discord's Flutter server in the #hackers channel at 10:44PM on Thursday, November 21, 2019:
      
      > @Hixie no problem I agree with this relicensing
      
      * Remove shrine loophole from license checker.
      a78fb87d
  9. 18 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) · 560873af
      Greg Spencer authored
      This adds a canRequestFocus and skipTraversal argument to FocusScope and FocusScopeNode, so that a scope can prevent being traversed.
      
      This allows a fix for a problem in the gallery where the focus while traversing the list of items would sometimes appear to disappear, since it would be focusing things that were in the backdrop that were part of the tree, but were not visible.
      
      Related Issues
      Fixes #42955
      560873af
  10. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  11. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  12. 22 Dec, 2018 1 commit
  13. 19 Nov, 2018 2 commits
  14. 02 Nov, 2018 3 commits
  15. 01 Nov, 2018 1 commit