Skip to content

Commit

Permalink
Merge pull request #8 from archethic-foundation/7-migration-to-flutte…
Browse files Browse the repository at this point in the history
…r-322

⬆️ Migration to flutter 3.22
  • Loading branch information
redDwarf03 authored Jun 24, 2024
2 parents 92d741c + 81c0998 commit c6c31f9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dart 3.1.2
flutter 3.19.5-stable
flutter 3.22.2-stable
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
#### Version 0.0.17
* Migration to flutter 3.22

#### Version 0.0.16
* Upgrade dependencies

Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: "direct main"
description:
name: archethic_dapp_framework_flutter
sha256: "68be5a7a396b648cbd5e3602c6019e5196e85c67b9f093d03ab9589f96803301"
sha256: "1d1574db56534c2167da3a376eedfff0dcaee0e3d9b01d575d6f88f8022ede32"
url: "https://pub.dev"
source: hosted
version: "1.2.2"
version: "1.2.3"
archethic_lib_dart:
dependency: "direct main"
description:
Expand All @@ -45,10 +45,10 @@ packages:
dependency: transitive
description:
name: archethic_wallet_client
sha256: "207e5351c0d13b8e6a853127c8cab26bac881a7ec1b99a6e2ef57c0a4547948c"
sha256: "671a4d8570f408a90fcb70d7039be2af518872440c0d7ba74732c5e19cd3be85"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.2"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -428,10 +428,10 @@ packages:
dependency: transitive
description:
name: graphql
sha256: "62f31433ba194eda7b81a812a83c3d9560766cec5ac0210ea4a3e677c91b8df4"
sha256: d066e53446166c12537458386b507f7426f2b8801ebafc184576aab3cbc64d56
url: "https://pub.dev"
source: hosted
version: "5.2.0-beta.8"
version: "5.2.0-beta.7"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -484,10 +484,10 @@ packages:
dependency: transitive
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.18.1"
version: "0.19.0"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -572,10 +572,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -1089,10 +1089,10 @@ packages:
dependency: transitive
description:
name: web_socket_channel
sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
sha256: "58c6666b342a38816b2e7e50ed0f1e261959630becd4c879c4f26bfa14aa5a42"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.5"
webkit_inspection_protocol:
dependency: transitive
description:
Expand Down
10 changes: 8 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ name: archethic_messaging_lib_dart
description: Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to manage Archethic Messaging Features
homepage: https://github.com/archethic-foundation/messaging_backend

version: 0.0.16
version: 0.0.17

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
archethic_dapp_framework_flutter: ^1.0.0
archethic_dapp_framework_flutter: ^1.2.3
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
# ref: web_extension_support
#archethic_dapp_framework_flutter:
# path: ../archethic-dapp-framework-flutter

# Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser
archethic_lib_dart: ^3.4.0
Expand Down

0 comments on commit c6c31f9

Please sign in to comment.