We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4217d commit d971238Copy full SHA for d971238
.appveyor.yml
@@ -151,12 +151,12 @@ for:
151
dart pub publish --force
152
cd $APPVEYOR_BUILD_FOLDER
153
154
- sleep 600
+ #sleep 600
155
156
for dir in packages/flet_*; do
157
cd "$dir"
158
echo "Publishing $dir package"
159
- dart pub publish --force || exit 1
+ dart pub publish --force
160
cd "$APPVEYOR_BUILD_FOLDER"
161
done
162
packages/flet_map/pubspec.yaml
@@ -13,7 +13,8 @@ dependencies:
13
sdk: flutter
14
15
collection: ^1.16.0
16
- flutter_map_animations: ^0.7.1
+ flutter_map: ^7.0.2
17
+ flutter_map_animations: ^0.8.0
18
flutter_map_cancellable_tile_provider: ^3.0.2
19
latlong2: ^0.9.1
20
0 commit comments