Skip to content

Commit

Permalink
Fix flet_map publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Nov 28, 2024
1 parent 7c4217d commit d971238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ for:
dart pub publish --force
cd $APPVEYOR_BUILD_FOLDER
sleep 600
#sleep 600
for dir in packages/flet_*; do
cd "$dir"
echo "Publishing $dir package"
dart pub publish --force || exit 1
dart pub publish --force
cd "$APPVEYOR_BUILD_FOLDER"
done
Expand Down
3 changes: 2 additions & 1 deletion packages/flet_map/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dependencies:
sdk: flutter

collection: ^1.16.0
flutter_map_animations: ^0.7.1
flutter_map: ^7.0.2
flutter_map_animations: ^0.8.0
flutter_map_cancellable_tile_provider: ^3.0.2
latlong2: ^0.9.1

Expand Down

0 comments on commit d971238

Please sign in to comment.