1. 23 Jan, 2023 1 commit
  2. 12 Jan, 2023 2 commits
    • Parker Lougheed's avatar
      Use correct API docs link in create --sample help message (#118371) · 9e11d4a1
      Parker Lougheed authored
      * Use correct API doc link in create --sample help message
      
      * Verify Flutter and Dart website links in tool help messages use https
      
      * Adjust test failure reasoning message
      9e11d4a1
    • Andrew Kolos's avatar
      reduce pub output from flutter create (#118285) · ee1c59d4
      Andrew Kolos authored
      * reduce pub output from flutter create
      
      * fix fake Pub implementations
      
      * fix tests
      
      * Update pub.dart
      
      * replace enum with simpler boolean
      
      * fix tests
      
      * Revert "fix tests"
      
      This reverts commit 8a3182d3b95d4f2bf337343cdb76e88c2f428ca8.
      
      * Revert "replace enum with simpler boolean"
      
      This reverts commit 445dbc443db4eb5ce284f76749f60e81208b8783.
      
      * go back to using an enum
      ee1c59d4
  3. 15 Dec, 2022 1 commit
    • stuartmorgan's avatar
      Add an integration test to plugin template example (#117062) · f1d157bc
      stuartmorgan authored
      * Add an integration test to plugin template example
      
      Dart unit tests don't exercise host-side plugin code at all, so the
      example tests in the plugin template currently have very little
      meaningful coverage. This adds an integration test to the example app
      when creating a plugin, so that there's an example of how to actually
      test that a complete round-trip plugin call works.
      
      This is done as a separate template that's currently only used by the
      plugin template because I don't know what a good example for a
      non-plugin case would be that isn't largely just a duplicate of the
      widget tests. However, the integration test pre-includes conditionals
      around the parts that are plugin-specific so that it can more easily be
      expanded to other use cases later (e.g., in
      https://github.com/flutter/flutter/issues/68818).
      
      Part of https://github.com/flutter/flutter/issues/82458
      
      * Add integration test to expected dependencies of a plugin app
      
      * Test fixes
      
      * Make an explicit test case
      f1d157bc
  4. 06 Dec, 2022 1 commit
  5. 10 Nov, 2022 1 commit
  6. 24 Oct, 2022 1 commit
  7. 08 Sep, 2022 1 commit
  8. 02 Sep, 2022 1 commit
  9. 29 Aug, 2022 2 commits
  10. 29 Jun, 2022 1 commit
  11. 25 May, 2022 1 commit
  12. 10 May, 2022 1 commit
  13. 09 May, 2022 1 commit
  14. 27 Apr, 2022 1 commit
  15. 26 Apr, 2022 1 commit
  16. 06 Apr, 2022 1 commit
    • creativecreatorormaybenot's avatar
      Use single quotes for `dartSdkVersionBounds` (#101270) · 96add419
      creativecreatorormaybenot authored
      * Use single quotes for `dartSdkVersionBounds`
      
      * Update update_packages_test.dart
      
      * Update test_project.dart
      
      * Update tests_project.dart
      
      * Update compile_error_project.dart
      
      * Update hot_reload_with_asset.dart
      
      * Update break_on_framework_exceptions_test.dart
      
      * Update basic_project.dart
      96add419
  17. 16 Mar, 2022 1 commit
  18. 02 Feb, 2022 1 commit
  19. 26 Jan, 2022 1 commit
  20. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  21. 15 Dec, 2021 1 commit
  22. 11 Nov, 2021 1 commit
  23. 04 Nov, 2021 1 commit
  24. 02 Nov, 2021 1 commit
  25. 20 Oct, 2021 1 commit
  26. 07 Oct, 2021 1 commit
  27. 06 Oct, 2021 1 commit
  28. 14 Sep, 2021 1 commit
  29. 01 Jul, 2021 1 commit
  30. 28 Jun, 2021 1 commit
  31. 08 Jun, 2021 1 commit
  32. 01 Jun, 2021 1 commit
  33. 19 May, 2021 1 commit
  34. 15 May, 2021 1 commit
  35. 08 Apr, 2021 1 commit
  36. 07 Apr, 2021 1 commit
  37. 30 Mar, 2021 1 commit