-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (35 loc) · 805 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (35 loc) · 805 Bytes
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
name: wt_settings
description: Components to manage settings using SharedPreferences.
version: 1.0.0+1
homepage: https://github.com/tmcmaster/wt_settings
publish_to: 'none'
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.29.2'
dependencies:
date_time_picker:
git:
url: git@github.com:tmcmaster/date_time_picker.git
flutter:
sdk: flutter
flutter_riverpod:
logger:
mockito: any
number_selector:
shared_preferences:
spring_button:
wt_logging:
git:
url: git@github.com:tmcmaster/wt_logging.git
wt_models:
git:
url: git@github.com:tmcmaster/wt_models.git
dev_dependencies:
build_runner: any
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
#dependency_overrides:
# date_time_picker:
# path: ../../fork/date_time_picker