forked from rodydavis/infinite_canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
38 lines (31 loc) · 961 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
name: infinite_canvas
description: >
An extensible infinite canvas for Flutter based on InteractiveViewer
and CustomMultiChildLayout which allows for widgets to be used as
children and be moved or selected.
version: 0.0.9
repository: https://github.com/rodydavis/infinite_canvas
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.17.0
directed_graph: ^0.3.7
vector_math: ^2.1.4
dev_dependencies:
flutter_lints: ^2.0.0
flutter:
screenshots:
- description: "Example of multiple nodes on the canvas"
path: screenshots/overview.png
- description: "Drag handles for a selected node (if enabled)"
path: screenshots/drag.png
- description: "Example of menus that show for a selected node"
path: screenshots/menu.png
scripts:
example:
- cd example && flutter build web && cd ..
- dart doc -o example/build/web/docs
- dhttpd --path example/build/web