Skip to content

Commit d41c4f7

Browse files
author
mafanwei
committed
Update Doc
1 parent 33ec878 commit d41c4f7

7 files changed

+25
-53
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## [0.0.1] - TODO: Add release date.
1+
## [0.1.1]
22

3-
* TODO: Describe initial release.
3+
* NEW: Initial Release.

LICENSE

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
TODO: Add your license here.
1+
Copyright 2019 Mafanwei
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10+
© 2019 GitHub, Inc.

README.md

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# flutter_k_chart
2-
3-
![image1](https://github.com/415593725/flutter_k_chart/blob/master/example/images/screenshots.png)
4-
![chart_imge](https://github.com/415593725/flutter_k_chart/blob/master/example/images/k_chart.2019-09-01%2010_19_56.gif)
5-
![depth_image](https://github.com/415593725/flutter_k_chart/blob/master/example/images/depth.2019-09-01%2010_21_31.gif)
6-
1+
# k_chart
2+
A Flutter K Chart.
73
## Getting Started
8-
9-
This project is a starting point for a Dart
10-
[package](https://flutter.dev/developing-packages/),
11-
a library module containing code that can be shared easily across
12-
multiple Flutter or Dart projects.
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
4+
#### Install
5+
```
6+
dependencies:
7+
k_chart: ^0.1.1
8+
```
9+
or use latest:
10+
```
11+
k_chart:
12+
git:
13+
url: https://github.com/mafanwei/k_chart
14+
```
-88.7 KB
Binary file not shown.
-332 KB
Binary file not shown.

example/images/screenshots.png

-31.9 KB
Binary file not shown.

pubspec.yaml

-35
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,4 @@ dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
1818

19-
# For information on the generic Dart part of this file, see the
20-
# following page: https://www.dartlang.org/tools/pub/pubspec
21-
22-
# The following section is specific to Flutter.
2319
flutter:
24-
25-
# To add assets to your package, add an assets section, like this:
26-
# assets:
27-
# - images/a_dot_burr.jpeg
28-
# - images/a_dot_ham.jpeg
29-
#
30-
# For details regarding assets in packages, see
31-
# https://flutter.dev/assets-and-images/#from-packages
32-
#
33-
# An image asset can refer to one or more resolution-specific "variants", see
34-
# https://flutter.dev/assets-and-images/#resolution-aware.
35-
36-
# To add custom fonts to your package, add a fonts section here,
37-
# in this "flutter" section. Each entry in this list should have a
38-
# "family" key with the font family name, and a "fonts" key with a
39-
# list giving the asset and other descriptors for the font. For
40-
# example:
41-
# fonts:
42-
# - family: Schyler
43-
# fonts:
44-
# - asset: fonts/Schyler-Regular.ttf
45-
# - asset: fonts/Schyler-Italic.ttf
46-
# style: italic
47-
# - family: Trajan Pro
48-
# fonts:
49-
# - asset: fonts/TrajanPro.ttf
50-
# - asset: fonts/TrajanPro_Bold.ttf
51-
# weight: 700
52-
#
53-
# For details regarding fonts in packages, see
54-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)