Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pubspec | Pin hmi_core ref to tag #21

Merged
merged 2 commits into from
Mar 7, 2024
Merged
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
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
Loading