Skip to content

Commit 6738f94

Browse files
author
Victor Ohashi
committed
chore: New version
1 parent 1f54c8b commit 6738f94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ packages:
8787
path: ".."
8888
relative: true
8989
source: path
90-
version: "0.2.7"
90+
version: "0.3.0"
9191
sky_engine:
9292
dependency: transitive
9393
description: flutter

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: popover
22
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
3+
version: 0.3.0
44
homepage: https://github.com/minikin/popover
55

66
environment:
7-
sdk: ">=2.18.0 <3.0.0"
8-
flutter: ">=3.3.0"
7+
sdk: '>=2.18.0 <3.0.0'
8+
flutter: '>=3.3.0'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)