-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 716 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 716 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
name: scribble
description: Scribble is a lightweight library for freehand drawing in Flutter
supporting pressure, variable line width and more!
version: 0.10.0+1
repository: https://github.com/timcreatedit/scribble
issue_tracker: https://github.com/timcreatedit/scribble/issues
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
freezed_annotation: ">=2.4.1 <3.0.0"
perfect_freehand: ^2.3.2
simpli: ^0.1.1
value_notifier_tools: ^0.1.2
dev_dependencies:
build_runner: ^2.4.9
flutter_test:
sdk: flutter
freezed: ^2.4.7
json_serializable: ^6.9.5
lintervention: ^0.3.1
melos: ^6.3.3
mocktail: ^1.0.3
flutter:
uses-material-design: true