diff --git a/README.md b/README.md index 523d3d7..17f714d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Bar Graph Indicator for Flutter. It graphically displays the current value on a ## Usage -Make sure to check out [examples](https://github.com/rickypid/flutter_bargraph/tree/master/exmple). +Make sure to check out [examples](https://github.com/rickypid/flutter_bargraph/tree/master/example). ### Installation @@ -32,7 +32,7 @@ dependencies: ### Basic setup -*The complete example is available [here](https://github.com/rickypid/flutter_bargraph/blob/master/exmple/lib/main.dart).* +*The complete example is available [here](https://github.com/rickypid/flutter_bargraph/blob/master/example/lib/main.dart).* **BarGraph** requires you to provide `min`, `max` and `value`: * `min` is the min value of BarGraph scale. @@ -75,7 +75,7 @@ BarGraph( * `animationDuration` in milliseconds, it's duration time of animation when actual value changed. -#### Example +### Example | ![Image](https://github.com/rickypid/flutter_bargraph/blob/master/doc/.media/example_space_around.png?raw=true) | ![Image](https://github.com/rickypid/flutter_bargraph/blob/master/doc/.media/example_space_around_horizontal.png?raw=true) | ![Image](https://github.com/rickypid/flutter_bargraph/blob/master/doc/.media/example_space_between.png?raw=true) | | :------------: | :------------: | :------------: | diff --git a/example/pubspec.lock b/example/pubspec.lock index 5d70f76..e9c817a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "1.0.0" flutter_test: dependency: "direct dev" description: flutter @@ -106,7 +106,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" stack_trace: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index f1236ae..ec140a6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -92,7 +92,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" stack_trace: dependency: transitive description: