1. 21 Dec, 2017 3 commits
  2. 20 Dec, 2017 11 commits
  3. 19 Dec, 2017 8 commits
  4. 18 Dec, 2017 8 commits
  5. 16 Dec, 2017 6 commits
  6. 15 Dec, 2017 4 commits
    • xster's avatar
      Split one CustomPainter doc paragraph to bullet points (#13590) · a43be998
      xster authored
      * split doc paragraph
      
      * specify shouldRepaint argument nullability
      
      * review
      a43be998
    • Chris Bracken's avatar
      Apply media padding in UserAccountsDrawerHeader (#13619) · f39a847c
      Chris Bracken authored
      Applies top, left, right media padding to avoid placing content within
      the safe area insets (e.g. iPhone X notch area in landscape
      orientation).
      f39a847c
    • Greg Spencer's avatar
      Add a Dart script to prepare the flutter repo for packaging. (#13548) · f00c9023
      Greg Spencer authored
      This is the first step in a two-step process of moving the package preparation step from a recipe in chrome_infra to a dart script in the flutter repo. This will make it easier to make changes to the process. The second step is to change the infra recipe to call this script.
      
      In addition, I added a step to the packaging process to run flutter create for each type of template so that any pub dependencies of the templates get added to the cache that gets packaged (and thus users can run flutter create --offline and have it work).
      
      Note that the actual packaging into a "tar" or "zip" file now happens here, so a developer could actually run this script on their machine to create a package.
      f00c9023
    • Ian Hickson's avatar
      Provide a navigatorKey property on MaterialApp and WidgetsApp (#13591) · e65c882e
      Ian Hickson authored
      This lets people poke at navigators without having to get their
      BuildContext from a build function or State first.
      e65c882e