forked from timcreatedit/scribble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 778 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 778 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
name: scribble
description: Scribble is a lightweight library for freehand drawing in Flutter
supporting pressure, variable line width and more!
version: 0.9.1
repository: https://github.com/fyzo-dev/scribble
issue_tracker: https://github.com/fyzo-dev/scribble/issues
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_state_notifier: ^0.7.1
freezed_annotation: ^2.0.3
history_state_notifier: ^0.0.5
state_notifier: ^0.7.2+1
vector_math: ^2.1.1
perfect_freehand: ^1.0.4
json_annotation: ^4.6.0
dev_dependencies:
build_runner: ^2.1.8
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
freezed: ^2.0.3
json_serializable: ^6.1.5
# The following section is specific to Flutter.
flutter: null