forked from dnfield/flutter_svg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
31 lines (27 loc) · 839 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
author: Dan Field <[email protected]>
homepage: https://github.com/dnfield/flutter_svg
version: 0.13.0+1
dependencies:
path_drawing: ^0.4.1
xml: ^3.3.1
vector_math: ^2.0.4
meta: ^1.1.2
flutter:
sdk: flutter
dev_dependencies:
mockito: ^4.0.0
path: ^1.5.1
test: ^1.4.0
flutter_test:
sdk: flutter
environment:
sdk: ">=2.2.0 <3.0.0"
flutter: ">=1.5.9-pre.94 <2.0.0"
## For developing features that require new functionality in engine:
# dependency_overrides:
# sky_engine:
# path: /Users/dnfield/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_engine
# sky_services:
# path: /Users/dnfield/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_services