Skip to content

Commit

Permalink
🔖 Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Apr 3, 2024
1 parent 3f3410d commit c5ec940
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
#### Version 1.0.0
* Stable version

#### Version 0.0.9
* Fix responsive
* Fix popup navigation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Archethic's flutter framework to create Archethic Dapps
WIP
This project provides widgets to facilitate the creation of Archethic DApps

## Arb file management

Expand Down
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ packages:
dependency: "direct main"
description:
name: archethic_lib_dart
sha256: "126d8cb7e79dd201c1ec6d2472d12124c3473004413b0befe3ce8d53abb25409"
sha256: "6de293153303da1a32e8b32e12410bf3da351f24aeb5b77fccd052aab852bb7e"
url: "https://pub.dev"
source: hosted
version: "3.3.10"
version: "3.3.11"
archethic_wallet_client:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "803c2ae053e31e0996080a5e9a904ead6ca3afc4ebd3f62ed8fe36e31666632a"
sha256: cdfadc5d8d095db8b766d327d2bcc2de649102cb69f21851c63d66743900ffd0
url: "https://pub.dev"
source: hosted
version: "1.1.0-dev.3"
version: "1.1.0"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -141,10 +141,10 @@ packages:
dependency: transitive
description:
name: built_value
sha256: fedde275e0a6b798c3296963c5cd224e3e1b55d0e478d5b7e65e6b540f363a0e
sha256: c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb
url: "https://pub.dev"
source: hosted
version: "8.9.1"
version: "8.9.2"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -356,10 +356,10 @@ packages:
dependency: "direct main"
description:
name: get_it
sha256: e6017ce7fdeaf218dc51a100344d8cb70134b80e28b760f8bb23c242437bafd7
sha256: "36524bfb3f0b4ec952c3202466fdd69ad1f7ac1dd9b0a7564177707e45bfaeb9"
url: "https://pub.dev"
source: hosted
version: "7.6.7"
version: "7.6.8"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -993,10 +993,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "8cb58b45c47dcb42ab3651533626161d6b67a2921917d8d429791f76972b3480"
sha256: "0a989dc7ca2bb51eac91e8fd00851297cfffd641aa7538b165c62637ca0eaa4a"
url: "https://pub.dev"
source: hosted
version: "5.3.0"
version: "5.4.0"
x25519:
dependency: transitive
description:
Expand Down
10 changes: 2 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter
description: An internal framework for archethic flutter development
homepage: https://github.com/archethic-foundation/archethic-dapp-framework-flutter

version: 0.0.10
version: 1.0.0

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -12,13 +12,7 @@ dependencies:
archethic_lib_dart: ^3.3.0

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^1.1.0-dev.3
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
# ref: 29-integrate-dart-sdk-fix-from-pr-httpsgithubcomarchethic-foundationlibdartpull127
#archethic_wallet_client:
# path: ../archethic-wallet-client-dart
archethic_wallet_client: ^1.1.0

# Compression
archive: ^3.4.10
Expand Down

0 comments on commit c5ec940

Please sign in to comment.