-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (24 loc) · 645 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (24 loc) · 645 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
name: thicken
description: A widget that creates a thick visual effect by stacking multiple layers of a given child widget with slight translations based on the thickness value.
version: 1.1.2
homepage: https://inidia.app
repository: https://github.com/Nialixus/thicken.git
issue_tracker: https://github.com/Nialixus/thicken/issues
funding:
- https://ko-fi.com/nialixus
screenshots:
- description: "Thicken Logo"
path: logo.png
topics:
- utility
- widget
environment:
sdk: '>=3.4.4 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0