Skip to content

Commit

Permalink
Merge pull request #32 from Nimblesite/fiximage
Browse files Browse the repository at this point in the history
Fix README Image
  • Loading branch information
MelbourneDeveloper authored Sep 24, 2024
2 parents bb71a0f + 4c546ef commit 7b27989
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimble_charts: charts_flutter Resurrected

![Charts Sample](https://github.com/Nimblesite/nimble_charts/blob/main/charts.gif)
![Charts Sample](https://raw.githubusercontent.com/Nimblesite/nimble_charts/main/charts.gif)

This project is a resurrection of the discontinued [charts_flutter](https://pub.dev/packages/charts_flutter). It aims to provide a robust and flexible charting package for Flutter developers.
[Nimblesite](https://www.nimblesite.co/) now maintains this library. While the package name has changed, we are working towards making this fork as compatible as possible with the original.
Expand Down Expand Up @@ -31,7 +31,7 @@ Please compare the `pubspec.yaml` file, `analysis_options.yaml` file and the tes

Add the following to your `pubspec.yaml`:

nimble_charts: ^0.3.0-beta
nimble_charts: ^0.4.0-beta

## 📝 Usage

Expand Down
3 changes: 3 additions & 0 deletions charts_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.0-beta
* Fix readme image

# 0.3.0-beta
* Improved documentation
* Improved examples
Expand Down
4 changes: 2 additions & 2 deletions charts_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package is part of [nimble_charts](https://pub.dev/packages/nimble_charts). This package is toolkit agnostic and contains shared code. You could use this package to build your own charting Flutter UI library, or even use it for something like [Jaspr](https://pub.dev/packages/jaspr). Below is the documentation for the Flutter package.

![Charts Sample](https://github.com/Nimblesite/nimble_charts/blob/main/charts.gif)
![Charts Sample](https://raw.githubusercontent.com/Nimblesite/nimble_charts/main/charts.gif)

This project is a resurrection of the discontinued [charts_flutter](https://pub.dev/packages/charts_flutter). It aims to provide a robust and flexible charting package for Flutter developers.
[Nimblesite](https://www.nimblesite.co/) now maintains this library. While the package name has changed, we are working towards making this fork as compatible as possible with the original.
Expand Down Expand Up @@ -33,7 +33,7 @@ Please compare the `pubspec.yaml` file, `analysis_options.yaml` file and the tes

Add the following to your `pubspec.yaml`:

nimble_charts: ^0.3.0-beta
nimble_charts: ^0.4.0-beta

## 📝 Usage

Expand Down
2 changes: 1 addition & 1 deletion charts_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nimble_charts_common
version: 0.3.0-beta
version: 0.4.0-beta
description: Charts for Dart. A fork of charts_common
homepage: https://github.com/Nimblesite/nimble_charts

Expand Down
3 changes: 3 additions & 0 deletions charts_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.0-beta
* Fix readme image

# 0.3.0-beta
* Improved documentation
* Improved examples
Expand Down
4 changes: 2 additions & 2 deletions charts_flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimble_charts: charts_flutter Resurrected

![Charts Sample](https://github.com/Nimblesite/nimble_charts/blob/main/charts.gif)
![Charts Sample](https://raw.githubusercontent.com/Nimblesite/nimble_charts/main/charts.gif)

This project is a resurrection of the discontinued [charts_flutter](https://pub.dev/packages/charts_flutter). It aims to provide a robust and flexible charting package for Flutter developers.
[Nimblesite](https://www.nimblesite.co/) now maintains this library. While the package name has changed, we are working towards making this fork as compatible as possible with the original.
Expand Down Expand Up @@ -31,7 +31,7 @@ Please compare the `pubspec.yaml` file, `analysis_options.yaml` file and the tes

Add the following to your `pubspec.yaml`:

nimble_charts: ^0.3.0-beta
nimble_charts: ^0.4.0-beta

## 📝 Usage

Expand Down
2 changes: 1 addition & 1 deletion charts_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nimble_charts
version: 0.3.0-beta
version: 0.4.0-beta
description: Charts for Flutter. A fork of charts_flutter
homepage: https://github.com/Nimblesite/nimble_charts

Expand Down

0 comments on commit 7b27989

Please sign in to comment.