mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
21 lines
397 B
YAML
21 lines
397 B
YAML
name: charts_common
|
|
version: 0.6.0
|
|
description: A common library for charting packages.
|
|
author: Charts Team <charts_flutter@google.com>
|
|
homepage: https://github.com/google/charts
|
|
|
|
environment:
|
|
sdk: '>=2.3.0-dev <3.0.0'
|
|
|
|
dependencies:
|
|
collection: ^1.14.5
|
|
intl: ^0.15.2
|
|
logging: any
|
|
meta: ^1.1.1
|
|
vector_math: ^2.0.8
|
|
|
|
dev_dependencies:
|
|
mockito: ^4.0.0
|
|
pedantic: ^1.5.0
|
|
test: ^1.5.3
|