-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
50 lines (43 loc) · 1.01 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
name: batteries
description: >
A set of typical classes, extensions and utilities for dart and flutter that help in development.
version: 0.1.0-dev
repository: https://github.com/PlugFox/batteries
issue_tracker: https://github.com/PlugFox/batteries/issues
homepage: https://github.com/PlugFox/batteries
#publish_to: https://pub.dev
#documentation: https://pub.dev/documentation/batteries/latest/
#authors:
# - Plague Fox <[email protected]>
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- utilities
- batteries
- helpers
- extensions
- transformers
#screenshots:
# - description: 'Example of using the library'
# path: example.png
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
# Annotations
meta: ^1.9.1
dev_dependencies:
build_runner: ^2.4.6
benchmark_harness: ^2.2.2
lints: ">=4.0.0 <5.0.0"
mockito: ^5.1.0
test: ^1.24.4
fake_async: ^1.3.1