Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a6edcaf
chore: upgrade all packages
CharlVS Aug 20, 2025
c99fcf9
fix: resolve deps issues for products
CharlVS Aug 20, 2025
27ae706
chore: regen runners
CharlVS Aug 20, 2025
8414f83
chore(workspace): migrate to Dart Pub workspaces and inline Melos con…
CharlVS Aug 20, 2025
810d96b
chore(workspace): finalize migration to Pub workspaces\n\n- Bump Dart…
CharlVS Aug 20, 2025
bd89d16
chore!: unify Dart SDK (^3.9.0) and Flutter (>=3.35.0 <3.36.0) constr…
CharlVS Aug 20, 2025
ccd7eb0
chore: commit updated pubspec and lockfiles after workspace migration
CharlVS Aug 20, 2025
37f2d76
Merge branch 'dev' of https://github.com/KomodoPlatform/komodo-defi-s…
CharlVS Aug 21, 2025
ab1976c
chore: bump dex_dungeons pubspec.lock
CharlVS Aug 21, 2025
746d4c6
chore(pub): remove publish bypass
CharlVS Aug 21, 2025
63c4fac
Prepare packages for publishing: update deps, add licenses, and repos…
CharlVS Aug 21, 2025
4824a32
fix(deps): resolve deps error
CharlVS Aug 21, 2025
968f579
fix(deps): misc deps fixes
CharlVS Aug 21, 2025
98dfdc7
chore(git): untrack files now ignored by .gitignore (fvm config, tran…
CharlVS Aug 21, 2025
f26628e
fix: pub submission errors
CharlVS Aug 21, 2025
d5ae8b7
fix(pub): add non-generic description
CharlVS Aug 21, 2025
59e915a
chore: pin internal mono-repo deps to caret ranges and bootstrap
CharlVS Aug 21, 2025
43df048
chore(release): publish packages
CharlVS Aug 21, 2025
b184b92
Update Dart SDK version constraint to support future versions
cursoragent Aug 21, 2025
a014ec5
Apply suggestions from code review
CharlVS Aug 22, 2025
b70c6af
docs(changelog): remove accidental 'melos version' command; normalize…
CharlVS Aug 21, 2025
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
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

440 changes: 440 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions melos.yaml

This file was deleted.

27 changes: 20 additions & 7 deletions packages/dragon_charts_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
## 0.1.1-dev.2

> Note: This release has breaking changes.

- **FEAT**(rpc): trading-related RPCs/types (#191).
- **FEAT**(auth): poll trezor connection status and sign out when disconnected (#126).
- **BREAKING** **CHORE**: unify Dart SDK (^3.9.0) and Flutter (>=3.35.0 <3.36.0) constraints across workspace.

## 0.0.1-pre1 (2024-05-26)

* First stable MVP PoC with line graphs implemented.
- First stable MVP PoC with line graphs implemented.

## 0.0.1 (2024-05-26)

* Visual improvements to the line graphs and tooltips.
* Partial API documentation.
* Improvements to animations, especially when changing data set size.
* Other miscellaneous bug fixes and improvements.
- Visual improvements to the line graphs and tooltips.
- Partial API documentation.
- Improvements to animations, especially when changing data set size.
- Other miscellaneous bug fixes and improvements.

## 0.0.2 - 2024-06-17

### Added

- **Minor visual tweaks**: Improved the visual appearance of the application with minor tweaks for better user experience. (`2fc0171e`)
- **QoL improvements and miscellaneous changes**: Added various quality-of-life improvements and miscellaneous changes for better functionality and user experience. (`f2c39896`)
- **Multiple point selection/highlighting strategies**: Introduced new strategies for selecting and highlighting multiple points on the chart, enhancing interactivity. (`bb94c136`)

### Changed

- **Cartesian selection configuration**: Enhanced the configuration options for cartesian selection, providing more flexibility and customization options. (`dc49710f`)
- **Tooltip functionality**: Improved the tooltip functionality, ensuring accurate and clear information display. (`b44b0833`)

### Fixed

- **Further lint fixes**: Addressed additional linting issues to maintain code quality and consistency. (`7231300c`)
- **Chart padding for labels**: Fixed padding issues to ensure labels are correctly displayed without overlapping, improving chart readability. (`344c2014`)

### Documentation

- **Rename reference of Graph to Chart**: Refactored code to rename references from `Graph` to `Chart` for better clarity and consistency. (`6a790fbb`)
- **README updates**:
- **README updates**:
- Updated references from `GraphExtent` to `ChartExtent`.
- Improved documentation for chart components and their properties.

## 0.0.3 - 2024-07-01

### Added

- **Sparkline Chart**: Added support for sparkline charts, allowing users to visualize data trends in a compact format. (`8124e08`)

## 0.1.0 - 2024-07-05
Expand Down
252 changes: 0 additions & 252 deletions packages/dragon_charts_flutter/example/pubspec.lock

This file was deleted.

12 changes: 7 additions & 5 deletions packages/dragon_charts_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: dragon_charts_flutter_example
description: "A new Flutter project."
publish_to: 'none'
publish_to: "none"
version: 0.1.0

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ">=3.9.0 <4.0.0"

resolution: workspace

dependencies:
bloc: ^8.1.4
bloc: ^9.0.0
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_bloc: ^9.1.1

dragon_charts_flutter:
path: ../

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_lints: ^6.0.0
4 changes: 0 additions & 4 deletions packages/dragon_charts_flutter/example/pubspec_overrides.yaml

This file was deleted.

Loading
Loading