generated from glemartret/lm_labs_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 979 Bytes
/
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
name: lm_labs_utils
description: "Reusable utilities for Flutter apps, packages, and plugins to encourage good coding practices"
repository: https://github.com/glemartret/lm_labs_utils
issue_tracker: https://github.com/glemartret/lm_labs_utils/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
version: 1.1.3
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
connectivity_plus: ^6.1.1
dio: ^5.7.0
easy_debounce: ^2.0.3
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
freezed_annotation: ^2.4.4
hooks_riverpod: ^2.6.1
i18n_extension: ^15.0.0
json_annotation: ^4.9.0
permission_handler: ^11.3.1
riverpod_annotation: ^2.6.1
dev_dependencies:
build_runner: ^2.4.14
custom_lint: ^0.7.0
flutter_test:
sdk: flutter
freezed: ^2.5.7
json_serializable: ^6.9.0
lm_labs_flutter_lints: ^0.2.1
riverpod_generator: ^2.6.3
riverpod_lint: ^2.6.3
flutter:
uses-material-design: true