Skip to content
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
22 changes: 22 additions & 0 deletions packages/komodo_cex_market_data/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

4 changes: 2 additions & 2 deletions packages/komodo_cex_market_data/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: komodo_cex_market_data
description: CEX market data repositories and strategies with fallbacks for Komodo SDK apps.
version: 0.0.2
repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter

environment:
sdk: ">=3.9.0 <4.0.0"
Expand All @@ -16,8 +17,7 @@ dependencies:
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0

komodo_defi_types:
path: ../komodo_defi_types
komodo_defi_types: any

# Approved via https://github.com/KomodoPlatform/komodo-wallet/pull/1106
hive: ^2.2.3 # Changed from git to pub.dev because git dependencies are not allowed in published packages
Expand Down
6 changes: 2 additions & 4 deletions packages/komodo_coin_updates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Changelog
## 1.0.0

## 0.0.1

- Initial version.
- chore: add LICENSE; loosen hive constraints; hosted komodo_defi_types
22 changes: 22 additions & 0 deletions packages/komodo_coin_updates/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

12 changes: 7 additions & 5 deletions packages/komodo_coin_updates/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: komodo_coin_updates
description: Runtime coin config update coin updates.
version: 1.0.0
repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter

environment:
sdk: ^3.9.0
flutter: ">=3.35.0 <3.36.0"
flutter: ">=3.35.0"

resolution: workspace

# Add regular dependencies here.
dependencies:
flutter:
sdk: flutter
equatable: ^2.0.7
flutter_bloc: ^9.1.1
hive: 2.2.3
hive_flutter: 1.1.0
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^1.4.0
komodo_defi_types:
path: ../komodo_defi_types
komodo_defi_types: any
very_good_analysis: ^9.0.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/komodo_coins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.3.0+0

* TODO: Describe initial release.
- chore: set homepage to https URL; switch to hosted deps; add LICENSE
8 changes: 4 additions & 4 deletions packages/komodo_coins/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: komodo_coins
description: "A package for fetching managing Komodo Platform coin configuration data storage, runtime updates, and queries."
version: 0.3.0+0
homepage: "komodoplatform.com"
homepage: "https://komodoplatform.com"
repository: "https://github.com/KomodoPlatform/komodo-defi-sdk-flutter"

environment:
sdk: ^3.9.0
flutter: ">=3.35.0 <3.36.0"
flutter: ">=3.35.0"

resolution: workspace

Expand All @@ -17,8 +18,7 @@ dependencies:
# meta:
meta: ^1.15.0

komodo_defi_types:
path: ../komodo_defi_types
komodo_defi_types: any

dev_dependencies:
flutter_test:
Expand Down
18 changes: 8 additions & 10 deletions packages/komodo_defi_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ description: "A Flutter plugin for the Komodo DeFi Framework, supporting both
version: 0.3.0+0
homepage: https://komodoplatform.com

repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter

environment:
sdk: '>=3.9.0 <4.0.0'
# Minimum Flutter version is set quite high for build transformer capabilities.
# If this is too high for your project, this can be lowered by commenting out
# the following line and running the build transformer manually via CLI.
flutter: ">=3.35.0 <3.36.0"
flutter: ">=3.35.0"

resolution: workspace

Expand All @@ -21,17 +23,13 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http: ^1.4.0
komodo_coin_updates:
path: ../komodo_coin_updates
komodo_coins:
path: ../komodo_coins
komodo_defi_types:
path: ../komodo_defi_types
komodo_wallet_build_transformer:
path: ../komodo_wallet_build_transformer
komodo_coin_updates: any
komodo_coins: any
komodo_defi_types: any
komodo_wallet_build_transformer: any
logging: ^1.3.0
mutex: ^3.1.0
path: any
path: ^1.9.1
path_provider: ^2.1.4
plugin_platform_interface: ^2.0.2
web: ^1.1.0
Expand Down
22 changes: 22 additions & 0 deletions packages/komodo_defi_local_auth/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

14 changes: 5 additions & 9 deletions packages/komodo_defi_local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: komodo_defi_local_auth
description: A package responsible for managing and abstracting out an
authentication service on top of the API's methods
version: 0.3.0+0
repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter

environment:
sdk: ^3.9.0
flutter: ">=3.35.0 <3.36.0"
flutter: ">=3.35.0"

resolution: workspace

Expand All @@ -16,14 +17,9 @@ dependencies:
flutter_secure_storage: ^10.0.0-beta.4
freezed_annotation: ^3.0.0

komodo_defi_framework:
path: ../komodo_defi_framework

komodo_defi_rpc_methods:
path: ../komodo_defi_rpc_methods

komodo_defi_types:
path: ../komodo_defi_types
komodo_defi_framework: any
komodo_defi_rpc_methods: any
komodo_defi_types: any

local_auth: ^2.3.0
logging: ^1.3.0
Expand Down
8 changes: 2 additions & 6 deletions packages/komodo_defi_rpc_methods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 0.1.0+1
## 0.3.0+0

- feat: initial commit 🎉

## 0.1.1

- docs: README with usage examples for client.rpc namespaces
- chore: update dependencies; replace path deps with hosted; add LICENSE
22 changes: 22 additions & 0 deletions packages/komodo_defi_rpc_methods/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

7 changes: 3 additions & 4 deletions packages/komodo_defi_rpc_methods/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: komodo_defi_rpc_methods
description: A package containing the RPC methods and responses for the Komodo DeFi Framework API
homepage: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter
repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter
version: 0.3.0+0

environment:
Expand All @@ -15,10 +15,9 @@ dependencies:
equatable: ^2.0.7
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
komodo_defi_types:
path: ../komodo_defi_types
komodo_defi_types: any
meta: ^1.15.0
path: any
path: ^1.9.1

dev_dependencies:
build_runner: ^2.4.14
Expand Down
8 changes: 2 additions & 6 deletions packages/komodo_defi_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 0.1.0+1
## 0.3.0+0

- feat: initial commit 🎉

## 0.1.1

- docs: comprehensive README with quick start, config, tasks, and advanced RPC
- chore: switch internal deps to hosted; add LICENSE; pin logging constraint
22 changes: 22 additions & 0 deletions packages/komodo_defi_sdk/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

26 changes: 10 additions & 16 deletions packages/komodo_defi_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ description: A high-level opinionated library that provides a simple way to
wallets). This package seves as the entry point for the packages in this
repository.
version: 0.3.0+0
repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter

environment:
sdk: ^3.9.0
flutter: ">=3.35.0 <3.36.0"
flutter: ">=3.35.0"

resolution: workspace

Expand All @@ -19,26 +20,19 @@ dependencies:
flutter_secure_storage: ^10.0.0-beta.4
get_it: ^8.0.3
http: ^1.4.0
komodo_cex_market_data:
path: ../komodo_cex_market_data
komodo_coins:
path: ../komodo_coins
komodo_defi_framework:
path: ../komodo_defi_framework
komodo_defi_local_auth:
path: ../komodo_defi_local_auth
komodo_defi_rpc_methods:
path: ../komodo_defi_rpc_methods
komodo_defi_types:
path: ../komodo_defi_types
komodo_ui:
path: ../komodo_ui
komodo_cex_market_data: any
komodo_coins: any
komodo_defi_framework: any
komodo_defi_local_auth: any
komodo_defi_rpc_methods: any
komodo_defi_types: any
komodo_ui: any
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Monorepo Dependencies Use Unconstrained Versions

Internal monorepo dependencies are using any version constraints. This allows any version to be resolved, which can lead to compatibility issues, unpredictable behavior, and version conflicts, especially when these packages are published.

Additional Locations (2)

Fix in Cursor Fix in Web


mutex: ^3.1.0
provider: ^6.1.2
shared_preferences: ^2.3.2

logging: any
logging: ^1.3.0
dev_dependencies:
index_generator: ^4.0.1
fake_async: ^1.3.3
Expand Down
4 changes: 2 additions & 2 deletions packages/komodo_defi_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.3.0+0

- Init.
- chore: add LICENSE, repository; add characters dep; loosen flutter bound
22 changes: 22 additions & 0 deletions packages/komodo_defi_types/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Komodo Platform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading
Loading