Bump nanasess/setup-chromedriver from 1.1.0 to 2.0.0 (#81)

Bumps [nanasess/setup-chromedriver](https://github.com/nanasess/setup-chromedriver) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/nanasess/setup-chromedriver/releases)
- [Commits](https://github.com/nanasess/setup-chromedriver/compare/7cbd35794f8ab317f778c3172fb86c1e9b2853f7...95301782a076fbe8c9ecf54395a4689f7b195285)

---
updated-dependencies:
- dependency-name: nanasess/setup-chromedriver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: c9f12c23dcf1f4bcb0c7d6dfc18844698294636f
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Dart CI pub package package publisher

This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.

This package is not intended to be a general purpose SSE package, but instead is a bidirectional protocol for use when Websockets are unavailable. That is, both the client and the server expose a sink and stream on which to send and receive messages respectively.

Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.