-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
39 lines (35 loc) · 951 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: adaptive_scaffold
description: Widgets to easily build adaptive layouts, including navigation elements.
version: 0.4.11
repository: https://github.com/helpisdev/adaptive_scaffold.git
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
accessibility_tools: ^1.0.0
adaptive_scrollbar:
path: packages/adaptive_scrollbar
breakpoints_utilities:
path: packages/gtk_window/packages/resizable_text/packages/breakpoints_utilities
collection: ^1.17.1
copy_with_extension: ^5.0.4
flutter:
sdk: flutter
flutter_riverpod: ^2.3.7
go_router: ^10.1.0
gtk_window:
path: packages/gtk_window
meta: ^1.9.1
resizable_text:
path: packages/gtk_window/packages/resizable_text
dev_dependencies:
build_runner: ^2.4.6
copy_with_extension_gen: ^5.0.4
flutter_test:
sdk: flutter
melos: ^3.1.0
dependency_overrides:
collection: ^1.18.0
handy_window: "^0.3.1"
intl: ^0.18.1