1. 13 Oct, 2020 1 commit
  2. 06 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] handle case where file is deleted by other program or running... · c8466d04
      Jonah Williams authored
      [flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708)
      
      * [flutter_tools] handle case where file is deleted by other program
      
      * Add test cases
      
      * Update file_system.dart
      
      * Update file_system_test.dart
      
      * fix import
      
      * make a static on ErrorHandligFS
      
      * add support for no exit on failure
      
      * address comments
      
      * update doc comment to file or directory
      c8466d04
  3. 15 Sep, 2020 1 commit
  4. 09 Sep, 2020 1 commit
  5. 29 Jul, 2020 1 commit
  6. 21 Jul, 2020 2 commits
  7. 20 Jul, 2020 2 commits
  8. 16 Jul, 2020 2 commits
  9. 14 Jul, 2020 2 commits
  10. 10 Jul, 2020 2 commits
  11. 09 Jun, 2020 1 commit
  12. 29 Apr, 2020 1 commit
  13. 28 Apr, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland migrate FlutterViews to package:vm_service (#55797) · ffcf1db3
      Jonah Williams authored
      Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior.
      
      - Updates tests that were previously mocking FlutterViews to use real views
      - Moves the FlutterView cache from VM to FlutterDevice
      - Catch SentinelException during Isolate.kill
      ffcf1db3
  14. 27 Apr, 2020 4 commits
  15. 22 Apr, 2020 1 commit
  16. 20 Apr, 2020 1 commit
  17. 08 Apr, 2020 1 commit
  18. 06 Apr, 2020 2 commits
  19. 03 Apr, 2020 2 commits
  20. 06 Mar, 2020 1 commit
  21. 04 Mar, 2020 2 commits
  22. 28 Feb, 2020 2 commits
  23. 27 Feb, 2020 2 commits
  24. 07 Jan, 2020 1 commit
  25. 06 Jan, 2020 1 commit
  26. 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
  27. 19 Nov, 2019 1 commit