-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (34 loc) · 1007 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (34 loc) · 1007 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
33
34
35
36
37
38
39
40
41
42
name: markdown_tooltip
description: "A tooltip supporting markdown and default delayed popup to avoid clutter."
version: 0.0.10
homepage: https://github.com/gjwgit/markdown_tooltip
environment:
sdk: ^3.5.4
flutter: ">=1.17.0"
# To automatically upgrade package dependencies:
#
# `flutter pub upgrade --major-versions`.
#
# To see which dependencies have newer versions available:
#
# `flutter pub outdated`
dependencies:
flutter:
sdk: flutter
flutter_markdown_plus: ^1.0.5
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
# # The original `dart-code-metrics` is end-of live and has migrated
# # to a paid service. This fork maintains it's compatibility with the
# # latest flutter but is not otherwise maintained or updated.
# dart_code_metrics:
# git:
# url: https://github.com/anusii/dart-code-metrics.git
# ref: dev
# dependency_overrides:
# # Required for dart-code-metrics.
# collection: ^1.19.0
flutter: