-
Notifications
You must be signed in to change notification settings - Fork 42
/
pubspec.yaml
37 lines (31 loc) · 947 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
31
32
33
34
35
36
37
name: charts_painter
description: Highly customizable and extendable charts library for flutter made with custom painters
version: 3.1.0
homepage: https://github.com/infinum/flutter-charts
repository: https://github.com/infinum/flutter-charts
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
equatable: ^2.0.5
collection: ^1.16.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.1
golden_toolkit: ^0.13.0
lints: ^2.0.1
alchemist:
git:
url: https://github.com/Betterment/alchemist
ref: d57c359ceadeae7ebde51639bcf9fbf37bb5f100
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
screenshots:
- description: 'Showcase of possible charts with charts_painter'
path: assets/showcase.gif