1. 06 Jun, 2022 1 commit
  2. 25 May, 2022 1 commit
    • Pierre-Louis's avatar
      Use `curly_braces_in_flow_control_structures` for non-`flutter` packages (#104629) · 74cfc3db
      Pierre-Louis authored
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_driver`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens_client`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_localizations`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_test`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_web_plugins`
      
      * fix comments
      
      * Use `curly_braces_in_flow_control_structures` for `packages/integration_test`
      
      * fix indentation
      74cfc3db
  3. 08 Oct, 2021 1 commit
  4. 12 Nov, 2020 1 commit
  5. 16 Sep, 2020 1 commit
  6. 30 Jul, 2020 1 commit
  7. 28 Jul, 2020 1 commit
  8. 23 Jun, 2020 1 commit
    • Tonic Artos's avatar
      New license page. (#57588) · 65550d0f
      Tonic Artos authored
      This is a PR addressing #57226 - Proposal: New UI for Licenses Page.
      
      This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses.
      
      The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow.
      
      MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context).
      65550d0f
  9. 19 Jun, 2020 1 commit
  10. 14 May, 2020 1 commit
  11. 25 Mar, 2020 1 commit
  12. 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
  13. 22 Nov, 2019 1 commit
  14. 24 Apr, 2019 1 commit
  15. 08 Apr, 2019 1 commit
  16. 05 Apr, 2019 1 commit
  17. 29 Mar, 2019 1 commit
  18. 06 Mar, 2019 1 commit
  19. 21 Feb, 2019 1 commit
  20. 08 Nov, 2018 1 commit
  21. 05 Nov, 2018 1 commit
  22. 30 Oct, 2018 1 commit
  23. 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
  24. 10 Oct, 2018 1 commit
  25. 02 Oct, 2018 1 commit
  26. 12 Sep, 2018 2 commits
    • Hans Muller's avatar
      Updated Material translations (#21744) · 0cc9ee5b
      Hans Muller authored
      Replaced about 535 "TBD" translations with the real thing.
      
      Added remainingTextFieldCharacterCountTwo, remainingTextFieldCharacterCountMany, remainingTextFieldCharacterCountFew, to GlobalMaterialLocalizations
      0cc9ee5b
    • Alexandre Ardhuin's avatar
      Unnecessary new (#20138) · d927c933
      Alexandre Ardhuin authored
      * enable lint unnecessary_new
      
      * fix tests
      
      * fix tests
      
      * fix tests
      d927c933
  27. 28 Aug, 2018 1 commit
  28. 21 Aug, 2018 1 commit
  29. 08 Aug, 2018 1 commit
  30. 03 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup in localizations code (#20018) · 75960f35
      Ian Hickson authored
      The following changes are made by this PR:
      
       * Translation bundles now implement MaterialLocalizations directly,
         and are public so that they can be directly extended.
      
       * The list of supported languages is now a generated constant.
      
       * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed.
      
       * Various other changes for consistency with the style guide and the
         rest of the codebase, e.g. the class names don't use `_`, the
         `path` library is imported as such, more dartdocs, fewer `//
         ignore`s, validation using exceptions.
      
      This reduces our technical debt benchmark.
      75960f35
  31. 02 Aug, 2018 2 commits
  32. 27 Jul, 2018 1 commit
  33. 23 Jul, 2018 1 commit
  34. 19 Jul, 2018 1 commit
  35. 16 Jul, 2018 2 commits
  36. 09 Jul, 2018 1 commit