Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: aa7fa39a36faa975ee15fadf5472430e10e39852
  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.