Skip to content

Commit

Permalink
Merge pull request #21 from a-givertzman/hmi_core-upgrade
Browse files Browse the repository at this point in the history
pubspec | Pin hmi_core ref to tag
  • Loading branch information
Minyewoo authored Mar 7, 2024
2 parents 85df39e + 952a1ed commit 7f6be80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: ext_rw
description: API tools on client side for Dart / Flutter application
version: 0.0.1
version: 1.0.0
homepage: https://github.com/a-givertzman/dart_ext_rw
publish_to: none

environment:
sdk: '>=3.1.5 <4.0.0'
# sdk: '>=2.18.2 <3.0.0'
# flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter
logging: ^1.1.1
# shared_preferences: ^2.0.20
hmi_core:
git:
url: https://github.com/a-givertzman/hmi_core.git
ref: master # branch name
ref: 1.0.0
uuid: ^3.0.7
web_socket_channel: ^2.4.0

Expand Down

0 comments on commit 7f6be80

Please sign in to comment.