We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f54c8b commit 6738f94Copy full SHA for 6738f94
example/pubspec.lock
@@ -87,7 +87,7 @@ packages:
87
path: ".."
88
relative: true
89
source: path
90
- version: "0.2.7"
+ version: "0.3.0"
91
sky_engine:
92
dependency: transitive
93
description: flutter
pubspec.yaml
@@ -1,11 +1,11 @@
1
name: popover
2
description: A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
3
-version: 0.2.7
+version: 0.3.0
4
homepage: https://github.com/minikin/popover
5
6
environment:
7
- sdk: ">=2.18.0 <3.0.0"
8
- flutter: ">=3.3.0"
+ sdk: '>=2.18.0 <3.0.0'
+ flutter: '>=3.3.0'
9
10
dependencies:
11
flutter:
0 commit comments