Flutter Deployment to Web with GitHub Actions Using flutter-actions and flutter-gh-pages

Опубликовано: 13 Октябрь 2024
на канале: THETA 360 Developers
439
9

Tutorial on deploying a Flutter web application to GitHub Pages using GitHub actions with steps from flutter-actions and flutter-gh-pages. The build for Flutter web is triggered by a push of your Flutter app to the main branch of GitHub.

code for this tutorial: https://github.com/codetricity/dot_gu...
flutter-action: https://github.com/subosito/flutter-a...
flutter-gh-pages: https://github.com/bluefireteam/flutt...

Video #1 in series - Flutter 360 Image Tutorial for Beginners and How to Get Free 360 Images
   • Flutter 360 Image Tutorial for Beginn...  

Video #2 in series: Flutter 360 Image Thumbnail Tutorial

Flutter tutorial to use 360 images with thumbnail navigation. Uses panorama_viewer as the main way to display and navigate 360 images.    • Flutter 360 Image Thumbnail Tutorial  

---
Tips:

I had an error [remote rejected] HEAD - gh-pages (push declined due to repository rule violations) on the build due to a false positive on sk being incorrectly interpreted as a secret key. There is a link in the log of the GitHub Actions build to handle the false positive.