Skip to content

Commit d971238

Browse files
committed
Fix flet_map publishing
1 parent 7c4217d commit d971238

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ for:
151151
dart pub publish --force
152152
cd $APPVEYOR_BUILD_FOLDER
153153
154-
sleep 600
154+
#sleep 600
155155
156156
for dir in packages/flet_*; do
157157
cd "$dir"
158158
echo "Publishing $dir package"
159-
dart pub publish --force || exit 1
159+
dart pub publish --force
160160
cd "$APPVEYOR_BUILD_FOLDER"
161161
done
162162

packages/flet_map/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies:
1313
sdk: flutter
1414

1515
collection: ^1.16.0
16-
flutter_map_animations: ^0.7.1
16+
flutter_map: ^7.0.2
17+
flutter_map_animations: ^0.8.0
1718
flutter_map_cancellable_tile_provider: ^3.0.2
1819
latlong2: ^0.9.1
1920

0 commit comments

Comments
 (0)