File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments