| # Copyright 2013 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: path_ops |
| description: A Dart FFI wrapper for Skia PathKit. |
| version: 0.0.0 |
| publish_to: none |
| homepage: https://github.com/flutter/engine/tree/main/tools/path_ops |
| |
| environment: |
| sdk: '>=2.12.0 <3.0.0' |
| |
| dev_dependencies: |
| litetest: any |
| |
| dependency_overrides: |
| async_helper: |
| path: ../../../../third_party/dart/pkg/async_helper |
| expect: |
| path: ../../../../third_party/dart/pkg/expect |
| litetest: |
| path: ../../../testing/litetest |
| meta: |
| path: ../../../../third_party/dart/pkg/meta |
| smith: |
| path: ../../../../third_party/dart/pkg/smith |