Skip to content

Commit 06e0289

Browse files
authored
fix: loosen maplibre_ios version constraint (#360)
Package validation found the following potential issue: * Your dependency on "maplibre_ios" should allow more than one version. For example: dependencies: maplibre_ios: ^0.3.0 Constraints that are too tight will make it difficult for people to use your package along with other packages that also depend on "maplibre_ios".
1 parent 18855c8 commit 06e0289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
geobase: ^1.5.0
3636
html: ^0.15.4
3737
jni: ^0.14.2
38-
maplibre_ios: 0.3.0
38+
maplibre_ios: ^0.3.0
3939
objective_c: ^8.0.0
4040
pointer_interceptor: ^0.10.1+2
4141
url_launcher: ^6.3.0

0 commit comments

Comments
 (0)