Skip to content

Commit 5f3baa6

Browse files
committed
Publish flet_lottie to pub.dev
1 parent 77f10b0 commit 5f3baa6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ for:
123123
python3 ci/patch_pubspec.py packages/flet/pubspec.yaml $PKG_VER
124124
python3 ci/patch_pubspec.py packages/flet_audio/pubspec.yaml $PKG_VER
125125
python3 ci/patch_pubspec.py packages/flet_audio_recorder/pubspec.yaml $PKG_VER
126+
python3 ci/patch_pubspec.py packages/flet_lottie/pubspec.yaml $PKG_VER
126127
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
127128
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
128129
@@ -139,6 +140,10 @@ for:
139140
dart pub publish --force || exit 1
140141
cd $APPVEYOR_BUILD_FOLDER
141142
143+
cd packages/flet_lottie
144+
dart pub publish --force || exit 1
145+
cd $APPVEYOR_BUILD_FOLDER
146+
142147
cd packages/flet_video
143148
dart pub publish --force || exit 1
144149
cd $APPVEYOR_BUILD_FOLDER
@@ -162,6 +167,10 @@ for:
162167
dart pub publish --dry-run
163168
cd $APPVEYOR_BUILD_FOLDER
164169
170+
cd packages/flet_lottie
171+
dart pub publish --dry-run
172+
cd $APPVEYOR_BUILD_FOLDER
173+
165174
cd packages/flet_video
166175
dart pub publish --dry-run
167176
cd $APPVEYOR_BUILD_FOLDER

0 commit comments

Comments
 (0)