Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Ramin/publish chart #354

Merged
merged 4 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading