1. 26 Jul, 2022 1 commit
  2. 05 Apr, 2022 1 commit
  3. 26 Mar, 2022 1 commit
  4. 28 Sep, 2021 1 commit
    • Greg Spencer's avatar
      Add smoke tests for all the examples, fix 17 broken examples. (#89021) · ab2b0851
      Greg Spencer authored
      This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework.
      
      The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead.
      
      The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
      ab2b0851
  5. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  6. 19 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Update manual_tests to be able to run on macOS/web (#44830) · 29ab6b54
      Greg Spencer authored
      I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop.
      
      The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
      29ab6b54
  7. 12 Jun, 2019 1 commit
  8. 01 Jun, 2018 1 commit
  9. 15 May, 2017 1 commit
  10. 09 Mar, 2017 1 commit
  11. 08 Mar, 2017 1 commit
  12. 26 Sep, 2016 1 commit
    • Chris Bracken's avatar
      Update examples to Xcode 8 recommended settings · 71b65e32
      Chris Bracken authored
      As of Xcode 7, Apple recommends setting the bundle identifier in the
      PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier
      to that variable in Info.plist.
      
      As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE
      are recommended settings.
      71b65e32
  13. 12 Aug, 2016 1 commit
  14. 04 Aug, 2016 1 commit
  15. 18 Jul, 2016 1 commit
  16. 06 Jul, 2016 1 commit
  17. 01 Apr, 2016 1 commit
  18. 17 Feb, 2016 1 commit
  19. 16 Feb, 2016 1 commit
  20. 15 Oct, 2015 1 commit
  21. 27 Aug, 2015 1 commit
  22. 25 Aug, 2015 1 commit
  23. 14 Aug, 2015 1 commit
  24. 08 Aug, 2015 1 commit
  25. 06 Aug, 2015 1 commit
  26. 29 Jul, 2015 2 commits
  27. 28 Jul, 2015 1 commit