first commit

This commit is contained in:
2025-04-03 14:27:30 +07:00
parent a519af9cf7
commit f7c93b1eb3
221 changed files with 26063 additions and 0 deletions

33
pubspec.yaml Normal file
View File

@@ -0,0 +1,33 @@
name: charts_flutter
version: 0.12.0
description: Material Design charting library for flutter.
homepage: https://github.com/google/charts
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.0.0'
# flutter: '>=2.5.0'
dependencies:
# Pointing this to a local path allows for pointing to the latest code
# in Github for open source development.
#
# The pub version of charts_flutter will point to the pub version of charts_common.
# The latest pub version is commented out and shown below as an example.
charts_common: ^0.12.0
# charts_common:
# path: ../charts_common/
collection: ^1.14.5
flutter:
sdk: flutter
intl: ">=0.15.2 < 0.18.0"
logging: ^1.0.2
meta: ^1.1.1
dev_dependencies:
mockito: ^5.0.0
build_runner: ^1.11.0
flutter_test:
sdk: flutter
test: ^1.3.0