| # Copyright 2020 The Flutter Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| name: process_runner_example | |
| version: 2.0.0-nullsafety | |
| description: A an example for process_runner. | |
| homepage: https://github.com/google/process_runner/example | |
| dependencies: | |
| process_runner: | |
| path: .. | |
| environment: | |
| sdk: '>=2.10.0-4.0.dev <2.10.0' |