-
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) · 794 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 794 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: tutorial_overlay_flutter
description: >-
A production-ready Flutter package for creating guided tutorial overlays,
onboarding walkthroughs, and step-by-step UI showcases. Highly customizable
with support for auto-scroll, persistence, custom tooltips, and smooth
animations.
version: 1.0.0
homepage: https://github.com/Brewnbeer/tutorial_overlay_flutter
repository: https://github.com/Brewnbeer/tutorial_overlay_flutter
issue_tracker: https://github.com/Brewnbeer/tutorial_overlay_flutter/issues
topics:
- tutorial
- overlay
- onboarding
- walkthrough
- tooltip
environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: false