1. 12 Aug, 2020 1 commit
  2. 06 Aug, 2020 1 commit
  3. 11 Jun, 2020 1 commit
  4. 06 Apr, 2020 1 commit
  5. 15 Jan, 2020 1 commit
  6. 09 Jan, 2020 1 commit
  7. 07 Jan, 2020 1 commit
  8. 05 Dec, 2019 1 commit
  9. 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
  10. 15 Jun, 2019 1 commit
  11. 22 Mar, 2019 1 commit
  12. 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
  13. 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
  14. 07 Jan, 2019 1 commit
  15. 18 Dec, 2018 1 commit
  16. 05 Nov, 2018 1 commit
  17. 01 Oct, 2018 1 commit
  18. 22 Sep, 2018 1 commit
    • Ian Hickson's avatar
      [H] Cleanup (#21542) · 989cf18b
      Ian Hickson authored
      * Improve documentation and clean up code.
      
      * Remove "Note that".
      
      The phrase "note that" is basically meaningless as a prefix to an
      otherwise fine sentence.
      989cf18b
  19. 12 Sep, 2018 1 commit
  20. 07 Sep, 2018 1 commit
  21. 26 May, 2018 1 commit
  22. 12 Mar, 2018 1 commit
  23. 24 Jan, 2018 1 commit
  24. 13 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Fix a couple of strong mode issues. (#14070) · 6e38b429
      Vyacheslav Egorov authored
      * JSON.decode produces Map<String, dynamic> and List<dynamic>
      objects. If a more tight type is required then object needs to
      be converted explicitly (see dart-lang/sdk#31876);
      * Completer<dynamic> produces Future<dynamic>. In Dart 2 it is
      runtime error to assign Future<dynamic> to variable of type Future<T>;
      6e38b429
  25. 14 Dec, 2017 2 commits
    • Sarah Zakarias's avatar
      Reapply flutter_assets (#13567) · 5e18c076
      Sarah Zakarias authored
      * Revert "Revert engine (#13547)"
      
      This reverts commit ee65db11.
      
      * Keep flaky mark
      5e18c076
    • Yegor's avatar
      Revert engine (#13547) · ee65db11
      Yegor authored
      * Revert "Include a directory with Flutter assets (#12944)"
      
      This reverts commit 3af6b9cb.
      
      * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)"
      
      This reverts commit 08128cb2.
      
      * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)"
      
      This reverts commit 35f1a041.
      
      * mark complex_layout_ios__start_up as flaky
      ee65db11
  26. 13 Dec, 2017 1 commit
  27. 07 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      44e228eb
  28. 20 Nov, 2017 1 commit
  29. 22 Oct, 2017 1 commit
  30. 17 Oct, 2017 1 commit
  31. 24 Sep, 2017 1 commit
  32. 19 Sep, 2017 1 commit
  33. 05 Sep, 2017 1 commit
  34. 09 Aug, 2017 1 commit
  35. 23 Jun, 2017 1 commit
  36. 10 May, 2017 1 commit
  37. 04 Mar, 2017 1 commit
  38. 23 Jan, 2017 1 commit
  39. 30 Nov, 2016 1 commit