Skip to content

Commit

Permalink
chore: Ramin/publish chart (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv authored Dec 24, 2024
1 parent 645ad2a commit 364d7a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.3.4]
## [0.3.6]

* Update package description

## [0.3.5]

* Update documentations

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter-chart

A financial chart library for Flutter mobile apps.
A financial charting library for Flutter applications, offering a comprehensive suite of features for technical analysis and trading visualization. It supports multiple chart types (candlestick, line, etc.), a wide range of technical indicators (RSI, MACD, Bollinger Bands, etc.), and interactive drawing tools. The library comes with customizable themes to match your application's visual style. Built specifically for financial applications, it includes essential features like price markers, barriers, and crosshairs, making it ideal for trading platforms, financial analysis tools, and market data visualization.

## Requirements

Expand All @@ -12,7 +12,7 @@ A financial chart library for Flutter mobile apps.
Add this to your project's pubspec.yaml file:

```yaml
deriv_chart: ^0.3.5
deriv_chart: ^0.3.6
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deriv_chart
description: Chart for multiplier flutter app.
version: 0.3.5
description: A financial chart library for Flutter apps.
version: 0.3.6
homepage: https://github.com/deriv-com/flutter-chart
repository: https://github.com/deriv-com/flutter-chart

Expand Down

0 comments on commit 364d7a0

Please sign in to comment.