dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

[PR] Adding deployment to fly.io guide #81

Closed LuchoTurtle closed 1 year ago

LuchoTurtle commented 1 year ago

related to #80

This adds a guide to deploying a Flutter web app to Fly.io, using the Flutter app from https://github.com/dwyl/flutter-phoenix-channels-demo.

It does not close #80 because this just adds the deployment steps. The document detailing how to enhance the PWA is found in the following PR -> https://github.com/dwyl/flutter-phoenix-channels-demo/pull/3/

codecov[bot] commented 1 year ago

Codecov Report

Merging #81 (0a66cc5) into main (1ebe634) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           70        70           
=========================================
  Hits            70        70           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

LuchoTurtle commented 1 year ago

This should now be ready for review. In conjunction with https://github.com/dwyl/flutter-phoenix-channels-demo/pull/3, #80 can be closed if both PRs are mergeable.