-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
68 lines (60 loc) · 2.28 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
name: security_bear
description: Easy and secure way to connect to your device for maintenance.
version: 2.1.3
homepage: https://github.com/CyBear-Jinni/security_bear
environment:
sdk: ^2.18.2
dependencies:
# Contains utility classes in the style of dart:async to work with asynchronous computations.
async: ^2.10.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
firedart: ^0.9.0+1
# Annotations for freezed
freezed_annotation: ^2.2.0
# For the injection, allow accessing an object from anywhere in an App
get_it: ^7.2.0
# High performance, open-source universal RPC framework
grpc: ^3.1.0
# Lightweight and blazing fast key-value database
hive: ^2.2.3
# Convenient code generator for get_it
injectable: ^2.1.0
# Checks for an internet connection by opening a socket
internet_connection_checker: ^1.0.0+1
# Defines the annotations used by json_serializable to create code for JSON serialization and deserialization.
json_annotation: ^4.8.0
# Dart Build System builders for handling JSON.
json_serializable: ^6.6.0
# Port of Kotlin's Kotlin Standard library for Dart/Flutter projects
kt_dart: ^1.0.0
# Small, easy to use and extensible logger which prints beautiful logs.
logger: ^1.1.0
# Process run helpers for Linux/Win/Mac.
process_run: ^0.12.5+2
# Provides runtime support for a Dart implementation of protobufs.
protobuf: ^2.1.0
# Extends the capabilities of Dart Streams and StreamControllers.
rxdart: ^0.27.7
# Provides parse, inspect, and manipulate stack traces
stack_trace: ^1.11.0
# Simple, fast generation of RFC4122 UUIDs.
uuid: ^3.0.7
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.3.2
# Automatically generates Hive TypeAdapters to store any class
hive_generator: ^2.0.0
# Injectable is a convenient code generator for get_it.
injectable_generator: ^2.1.3
# Collection of lint rules for Dart and Flutter projects
lint: ^2.0.1
# Library for mocks
mockito: ^5.3.2
# A full featured library for writing and running Dart tests across platforms.
test: ^1.22.2