blob: bf6cde0fc2f8a30f6587fa930e9fabc839027ed7 [file] [log] [blame]
# This file is generated by package_importer.py for flutter_svg-1.1.0
import("//build/dart/dart_library.gni")
dart_library("flutter_svg") {
package_name = "flutter_svg"
language_version = "2.17"
disable_analysis = true
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path_drawing",
"//third_party/dart-pkg/pub/vector_math",
"//third_party/dart-pkg/pub/xml",
]
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/default_theme.dart",
"src/svg/parser_state.dart",
"src/svg/parsers.dart",
"src/svg/theme.dart",
"src/utilities/_file_io.dart",
"src/utilities/_file_none.dart",
"src/utilities/_http_io.dart",
"src/utilities/_http_web.dart",
"src/utilities/errors.dart",
"src/utilities/file.dart",
"src/utilities/http.dart",
"src/utilities/numbers.dart",
"src/utilities/xml.dart",
"src/vector_drawable.dart",
"svg.dart",
]
}