-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
38 lines (29 loc) · 1.2 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# SPDX-License-Identifier: AGPL-3.0-or-later
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.19
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
# Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser
archethic_lib_dart: ^3.4.0
#archethic_lib_dart:
# git:
# url: https://github.com/archethic-foundation/libdart.git
# ref: dev
#archethic_lib_dart:
# path: ../libdart-2
# Compression
archive: ^3.3.7
# Annotations for the freezed code-generator. This package does nothing without freezed too
freezed_annotation: ^2.4.1
dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner: ^2.4.6
# Code generation for immutable classes that has a simple syntax/API without compromising on the features
freezed: ^2.5.2
# Json serialization code generator
json_serializable: ^6.8.0
# A full featured library for writing and running Dart tests across platforms.
test: ^1.24.6