blob: 07a6fb6ccccd161c46bce3b1426c8b54ebf09d4f [file] [log] [blame]
# This file is generated by importer.py for flutter_svg-0.18.1
import("//build/dart/dart_library.gni")
dart_library("flutter_svg") {
package_name = "flutter_svg"
language_version = "2.2"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/xml",
"//third_party/dart-pkg/pub/vector_math",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/pub/path_drawing",
]
sources = [
"avd.dart",
"flutter_svg.dart",
"parser.dart",
"src/avd/xml_parsers.dart",
"src/avd_parser.dart",
"src/picture_cache.dart",
"src/picture_provider.dart",
"src/picture_stream.dart",
"src/render_picture.dart",
"src/svg/colors.dart",
"src/svg/parser_state.dart",
"src/svg/parsers.dart",
"src/svg/xml_parsers.dart",
"src/utilities/_http_io.dart",
"src/utilities/_http_web.dart",
"src/utilities/errors.dart",
"src/utilities/http.dart",
"src/utilities/numbers.dart",
"src/utilities/xml.dart",
"src/vector_drawable.dart",
"svg.dart",
]
}