1. 05 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Update the examples/ README and associated fixes. (#9090) · a52c7b47
      Ian Hickson authored
      This yak shave went as follows:
      
      Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to
      the examples README.
      
      Notice the layers entry in that README isn't quite right either.
      Update that.
      
      Check the layers/README file is worth pointing at.
      
      Update the layers/README.
      
      Let's run some of the layer tests to see if they still work.
      
      Oops, need to update them to gradle.
      
      Ok let's try running them again.
      
      Oops, sector is broken.
      
      Add a test for sector.
      
      Fix sector. Find you need to add an assert to a const constructor.
      
      Notice we need to turn const asserts on for the analyzer.
      
      Notice the analysis_options files are out of sync with each other and
      with the full list of lints.
      
      Turn on the lints that should be on.
      
      Fix the bugs that finds.
      a52c7b47
  2. 08 Mar, 2017 1 commit
  3. 04 Mar, 2017 1 commit
  4. 21 Feb, 2017 1 commit
  5. 02 Feb, 2017 1 commit
  6. 23 Jan, 2017 1 commit
  7. 12 Mar, 2016 3 commits
  8. 14 Jan, 2016 1 commit
    • Adam Barth's avatar
      Switch back to GitHub hosting of stock data · 174164bc
      Adam Barth authored
      The Firebase server seems to have changed behavior and is not giving us a List
      instead of a Map. This patch switches us back to GitHub, which just serves the
      same flat files all the time.
      174164bc
  9. 17 Nov, 2015 1 commit
  10. 11 Nov, 2015 1 commit
  11. 12 Oct, 2015 1 commit
    • Hixie's avatar
      Lots of trivial warning fixes · f2cc43a4
      Hixie authored
      Add type annotations in many places.
      Fix some identifiers to have more lint-satisfying names.
      Make all operator==s consistent in style.
      Reorder some functions for consistency.
      Make ParentData no longer dynamic, and fix all the code around that.
      f2cc43a4
  12. 10 Oct, 2015 1 commit
  13. 30 Sep, 2015 1 commit
    • Hixie's avatar
      Dynamic named routes · f2b7dd62
      Hixie authored
      Make it possible for named routes to be generated on the fly.
      
      To demonstrate this, you can now long-press a stock to open it.
      
      Next steps:
      
       - transitions between (named) states that follow full material logic,
         e.g. in the case of the stock row to stock page transition, expanding
         the row into a raised sheet of material and expanding it to fit the
         screen, leaving the toolbar in place but cross-fading the old
         contents to the new contents.
      
       - more information in the stock view.
      
      While I was here I also made Material have an opinion about default text
      style, so if you forget to set one, it just uses body1.
      
      Also, fixed bugs introduced recently that made RouteState and MenuRoute
      not work properly.
      f2b7dd62
  14. 17 Sep, 2015 1 commit
  15. 08 Aug, 2015 1 commit
  16. 28 Jul, 2015 2 commits
  17. 24 Jul, 2015 2 commits
  18. 23 Jul, 2015 1 commit
  19. 16 Jul, 2015 1 commit