-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
77 lines (73 loc) · 2.91 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: cbj_hub
description: Easy to use open source Hub to control your smart devices from one app.
version: 1.3.0+6
homepage: https://cybearjinni.com
issue_tracker: https://github.com/osociety/network_tools/issues
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
# Contains utility classes in the style of dart:async to work with asynchronous computations.
async: ^2.11.0
cbj_integrations_controller:
git: https://github.com/CyBear-Jinni/cbj_integrations_controller.git
# Package to create, convert, alter, and compare colors in a variety of colorspaces.
color: ^3.0.0
# Compute function made available for all non-Flutter Dart programs
compute: ^1.0.2
# Collection of cyclic redundancy check (CRC) routines as Dart converters.
crclib: ^3.0.0
# Functional programming thingies, let you use multiple return types
dartz: ^0.10.1
# Allow returning more than one type of object
equatable: ^2.0.5
# Annotations for freezed
freezed_annotation: ^2.4.1
# For the injection, allow accessing an object from anywhere in an App
get_it: ^7.6.4
# High performance, open-source universal RPC framework
grpc: ^3.2.4
# Lightweight and blazing fast key-value database
hive: ^2.2.3
# Library for making HTTP requests.
http: ^1.1.0
# Utility library that checks for an Active Internet connection
internet_connection_checker: ^1.0.0+1
# Extremely fast, easy to use, and fully async NoSQL database.
# isar: ^3.0.5
# Defines the annotations used by json_serializable to create code for JSON serialization and deserialization.
json_annotation: ^4.8.1
# Dart Build System builders for handling JSON.
json_serializable: ^6.7.1
# Port of Kotlin's Kotlin Standard library for Dart/Flutter projects
kt_dart: ^1.1.0
# Small, easy to use and extensible logger which prints beautiful logs.
logger: ^2.0.2+1
# Server and browser based MQTT client
mqtt_client: ^10.0.0
# Service discovery over multicast DNS (mDNS), Bonjour, and Avahi.
multicast_dns: ^0.3.2+4
# Helps you discover open ports, devices on subnet and more.
network_tools: ^4.0.1
# Provides runtime support for a Dart implementation of protobufs.
protobuf: ^3.1.0
# Extends the capabilities of Dart Streams and StreamControllers.
rxdart: ^0.27.7
# Simple, fast generation of RFC4122 UUIDs.
uuid: ^4.2.1
dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner:
# A generator for injectable library
# Code generator for unions/pattern-matching/copy.
freezed: ^2.4.5
# Automatically generates Hive TypeAdapters to store any class
hive_generator: ^2.0.1
# Code generator for the Isar Database. Finds classes annotated with @Collection.
# isar_generator: ^3.0.5
# Collection of lint rules for Dart and Flutter projects
lint: ^2.2.0
# Library for mocks
mockito: ^5.4.2
# A full featured library for writing and running Dart tests across platforms.
test: ^1.24.9