Skip to content

Commit

Permalink
Pubspec validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan committed Oct 21, 2024
1 parent c0a1530 commit 8c35dc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions third_party/packages/path_parsing/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: path_parsing_example
publish_to: none

environment:
sdk: ^3.3.0

dependencies:
path_parsing:
path: ../

environment:
sdk: '>=2.12.0-0 <3.0.0'
13 changes: 9 additions & 4 deletions third_party/packages/path_parsing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: path_parsing
version: 1.0.1
description: >
A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.
homepage: https://github.com/dnfield/dart_path_parsing
repository: https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_parsing%22
version: 1.0.1

environment:
sdk: ^3.3.0

dependencies:
meta: ^1.3.0
Expand All @@ -12,5 +16,6 @@ dev_dependencies:
path: ^1.8.0
test: ^1.16.0

environment:
sdk: ^3.3.0
topics:
- svg
- vector-graphics

0 comments on commit 8c35dc4

Please sign in to comment.