• 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
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...