forked from dnfield/flutter_svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
30 lines (25 loc) · 808 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
name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
homepage: https://github.com/dnfield/flutter_svg
version: 0.21.0-nullsafety.0
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
path_drawing: ^0.5.0-nullsafety.0
vector_math: ^2.1.0
xml: ^5.0.0
dev_dependencies:
flutter_test:
sdk: flutter
path: ^1.8.0
test: ^1.16.0
environment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.24.0-6.0.pre"
## 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