-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
52 lines (40 loc) · 943 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
40
41
42
43
44
45
46
47
48
49
50
51
52
name: octopus
description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox."
version: 0.0.9
homepage: https://github.com/PlugFox/octopus
repository: https://github.com/PlugFox/octopus
issue_tracker: https://github.com/PlugFox/octopus/issues
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- router
- navigation
- navigator
- state
- octopus
platforms:
android:
ios:
linux:
macos:
web:
windows:
#screenshots:
# - description: 'Example of using the ws library to connect to a WebSocket server.'
# path: example.png
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
# Annotations
meta: ^1.9.0
collection: ^1.17.2
web: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0