-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
48 lines (43 loc) · 1.53 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
name: cbj_smart_device
description: Creating CyBear Jinni Smart Devices
version: 1.0.7
homepage: https://cybearjinni.com
publish_to: 'none'
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
cbj_integrations_controller:
git: https://github.com/CyBear-Jinni/cbj_integrations_controller.git
# Functional programming thingies, let you use multiple return types
dartz: ^0.10.1
# Convert enum to string
enum_to_string: ^2.0.1
# Allow returning more than one type of object
equatable: ^2.0.5
# For the injection, allow accessing an object from anywhere in an App
get_it: ^7.6.4
# A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
grpc: ^3.2.4
# Checks for an internet connection by opening a socket
internet_connection_checker: ^1.0.0+1
# Extremely fast, easy to use, and fully async NoSQL database.
isar: ^3.1.0+1
# Collection of lint rules for Dart and Flutter projects
lint: ^2.2.0
# Small, easy to use and extensible logger which prints beautiful logs.
logger: ^2.0.2+1
# Helps you discover open ports, devices on subnet and more.
network_tools: ^4.0.2
# Process run helpers for Linux/Win/Mac.
process_run: ^0.13.2
# Extends the capabilities of Dart Streams and StreamControllers.
rxdart: ^0.27.7
# Provides parse, inspect, and manipulate stack traces
uuid: ^4.2.1
dev_dependencies:
build_runner:
# Code generator for the Isar Database. Finds classes annotated with @Collection.
isar_generator: ^3.1.0+1
# Library for mocks
mockito: ^5.4.2
test: ^1.24.9