1. 14 Apr, 2021 1 commit
  2. 09 Mar, 2021 1 commit
  3. 04 Feb, 2021 1 commit
  4. 02 Nov, 2020 1 commit
  5. 09 Oct, 2020 1 commit
  6. 28 Jul, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 08 Apr, 2020 1 commit
  9. 12 Feb, 2020 1 commit
  10. 30 Jan, 2020 1 commit
  11. 25 Jan, 2020 1 commit
  12. 22 Jan, 2020 1 commit
  13. 07 Jan, 2020 1 commit
  14. 06 Jan, 2020 1 commit
  15. 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
  16. 30 Sep, 2019 1 commit
  17. 24 Sep, 2019 1 commit
  18. 28 Aug, 2019 2 commits
  19. 05 Jun, 2019 1 commit
  20. 28 May, 2019 2 commits
  21. 05 Apr, 2019 1 commit
    • LongCatIsLooong's avatar
      Provide a default IconTheme in CupertinoTheme (#30521) · e153883d
      LongCatIsLooong authored
      -* Inserted an `IconTheme` widget under `CupertinoTheme` to provide a default icon color when using `CupertinoTheme`.
      * Changed `CupertinoTheme` to a `StatelessWidget`, to match the implementation of `Theme`
      * Changed the nesting order of `Theme`'s sub widgets, to let `Theme.iconTheme` take precedence, so that `Theme`'s behavior is kept as is.
      e153883d
  22. 22 Mar, 2019 1 commit
  23. 13 Mar, 2019 1 commit
    • Gary Qian's avatar
      Expose decorationThickness in TextStyle. Roll engine (12 commits) (#28751) · 96cb84a1
      Gary Qian authored
      31b289f27 Fix indexing error in dart:ui TextStyle.toString (flutter/engine#8143)
      fc2e6b61c Typo "fast an inline" to "fast and inline" (flutter/engine#8142)
      0f19b2de0 Reland PerformanceOverlayLayer golden test (flutter/engine#8140)
      073aadde1 Fix TextStyle decode misalignment (flutter/engine#8141)
      d87d29054 Roll src/third_party/skia 406b068942f0..2eecc3ea3d71 (11 commits) (flutter/engine#8138)
      5cef4a022 Use final state passed to dart before initialization as the initial lifecycleState. (flutter/engine#8124)
      ffef51be6 Roll src/third_party/skia 665bc64a2dc4..406b068942f0 (8 commits) (flutter/engine#8137)
      48efd0fb7 Roll src/third_party/skia 762ddd7e4352..665bc64a2dc4 (2 commits) (flutter/engine#8129)
      f666adbbd Roll src/third_party/skia 2932a458957d..762ddd7e4352 (3 commits) (flutter/engine#8128)
      8b0df6ded Bugfix #29203: NPE in getAccessibilityProvider in old FlutterView. (flutter/engine#8126)
      8f7b18345 Roll src/third_party/skia c6d8781c4036..2932a458957d (2 commits) (flutter/engine#8125)
      52b67fdd5 Expose decorationThickness to dart:ui (flutter/engine#8008)
      96cb84a1
  24. 12 Mar, 2019 1 commit
  25. 06 Mar, 2019 1 commit
  26. 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
  27. 21 Feb, 2019 2 commits
  28. 04 Feb, 2019 1 commit
  29. 22 Dec, 2018 1 commit
  30. 19 Dec, 2018 1 commit
  31. 15 Oct, 2018 1 commit
    • Gary Qian's avatar
      Add support for text shadows and roll engine (26 commits) (#22449) · bdc3dda5
      Gary Qian authored
      * Add support for shadows in text.
      
      * Use dart:ui Shadow as base class for Shadows
      
      * Update lerp definition
      
      * Roll engine 3ffa3629523..84fe4a9f7e24e4 - Text Shadows and update goldens for skia roll.
      
      git log 50c2e69daff4e207c54e463d2304139985c7511c..32f417db0d566d354605305cb29c251276fa65ee --oneline --no-merges
      32f417db0 Roll tonic to 077be256142ede39a271385907faadf4fcc62a4d. (#6541)
      4ee77256c Revert "Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)" (#6537)
      964acafeb Roll src/third_party/skia 646d917d3c71..c6a17104ad68 (1 commits) (#6536)
      d4bae4ca4 Roll src/third_party/skia 2b2c00f6ec36..646d917d3c71 (1 commits) (#6535)
      ff93ccf47 Roll src/third_party/skia 681692726fc0..2b2c00f6ec36 (1 commits) (#6534)
      a4161c895 Roll src/third_party/skia 23775a2e9736..681692726fc0 (1 commits) (#6532)
      116072e46 Roll src/third_party/skia 7435f2553f53..23775a2e9736 (1 commits) (#6531)
      ef0b0f6e9 Roll src/third_party/skia bc7a51e79c5b..7435f2553f53 (1 commits) (#6530)
      f46b7b971 Roll src/third_party/skia b28db529c866..bc7a51e79c5b (1 commits) (#6529)
      9033c3902 Roll src/third_party/skia 7e67041a1428..b28db529c866 (1 commits) (#6528)
      e6887a412 Add missing imports for unicode/utf16.h (#6524)
      1242f6dfe Roll src/third_party/skia d38382d060ca..7e67041a1428 (2 commits) (#6527)
      a1bbea77c Add a no-op platform view layer. (#6505)
      2bb3afad8 Roll src/third_party/skia 21bd60daa3f3..d38382d060ca (10 commits) (#6526)
      75e875240 Fix the Mac embedder build (#6525)
      436f9707b Add version check for dismissable (#6522)
      7767c785b Provide a default GL function resolver in the embedder (#6523)
      32841dd89 Case-insensitive matching of family names for custom fonts (#6519)
      a9076c7e6 Roll src/third_party/skia 419709dbb167..21bd60daa3f3 (11 commits) (#6520)
      f2e7441b5 An API for loading fonts from a buffer provided by the application (#6508)
      05aac0f27 fix ResourceExtractor npe. (#6461)
      cf5a2a145 Roll src/third_party/skia b27a9cf2f4a8..419709dbb167 (16 commits) (#6517)
      84fe4a9f7 Re-revert invalid line height tests (#6516)
      5f529566c Add support for text shadows (#6385)
      e44c10c96 Reland "Share engine layers with the framework" (#6412) (#6468)
      ba0449971 Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)
      bdc3dda5
  32. 12 Oct, 2018 2 commits
    • matthew-carroll's avatar
      Revert "Reversion for roll (#22984)" (#23029) · 04a26778
      matthew-carroll authored
      This reverts commit 80f80ab0.
      04a26778
    • matthew-carroll's avatar
      Reversion for roll (#22984) · 80f80ab0
      matthew-carroll authored
      For G3 Roll:
      
      * Revert "MaterialButton must honor its minWidth and height parameters (#22919)"
      
      This reverts commit a0233233.
      
      * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)"
      
      This reverts commit 655bf6a2.
      
      * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)"
      
      This reverts commit a590940e.
      
      * Revert "Bring TextTheme into alignment with the current Material spec (#22330)"
      
      This reverts commit 8bfb4b3e.
      
      * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)"
      
      This reverts commit eea3465a.
      
      * Manual adjustments to fix reversion issues.
      80f80ab0
  33. 10 Oct, 2018 1 commit
  34. 01 Oct, 2018 1 commit
  35. 25 Sep, 2018 1 commit
    • MH Johnson's avatar
      [Material] Add TabBarTheme (#22012) · f37c235c
      MH Johnson authored
      * Add tab bar theme.
      
      * Add tab bar theme.
      
      * Add tests, pass context to getters.
      
      * update goldens from linux box
      
      * update goldens from linux box
      
      * Added new golden test, addressed comments
      
      * override hashCode and == in TabBarTheme
      
      * Fix comment typos
      
      * Addressed Hans' comments.
      
      * Formatting changes
      
      * [TabBarTheme] Fixed spacing
      
      * [TabBarTheme] Update goldens version to latest commit
      f37c235c
  36. 12 Sep, 2018 1 commit