Skip to content

Commit

Permalink
Update packages dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilnasa committed Dec 2, 2024
1 parent 37f6c38 commit f6c96fc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
7 changes: 6 additions & 1 deletion .pubignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
img/high_chart_logo.jpg
# IDE-specific files
.idea/
high_chart.iml

# Lock files
pubspec.lock
example/pubspec.lock

# Optional: Exclude unnecessary assets
img/high_chart_logo.jpg
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [2.3.0] - 2024-12-05

## [2.3.1] - 2024-12-05
- Update packages dependencies to the latest version

## [2.3.0] - 2024-12-05
- [Support] Added support for windows

## [2.2.0] - 2024-10-05
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0"
version: "2.3.0"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -351,10 +351,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "1.1.0"
webdriver:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -108,10 +108,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -289,10 +289,10 @@ packages:
dependency: "direct main"
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "1.1.0"
webview_flutter:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: high_chart
description: "A chart library based on High Charts (.JS), able to build advanced charts like Pie chart, linear chart, etc."
version: 2.3.0
version: 2.3.1
homepage: https://github.com/senthilnasa/high_chart


Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^0.5.1
web: ^1.1.0
plugin_platform_interface: ^2.0.2
webview_flutter: ^4.10.0
url_launcher: ^6.3.1
Expand All @@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: ^5.0.0


flutter:
Expand Down

0 comments on commit f6c96fc

Please sign in to comment.