Debugging, Building and Deploying a Flutter Web App to App Engine

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 3

  • @PrincePrashant-ch1sb
    @PrincePrashant-ch1sb ปีที่แล้ว

    I wanna write a dockerfile for my already built flutterflow project, which I'm supposed to deploy on app engine. Can somebody help me out?

  • @lukaszs9648
    @lukaszs9648 4 ปีที่แล้ว

    Awsome!

  • @sajadrahmdel2385
    @sajadrahmdel2385 3 ปีที่แล้ว

    Dart SDK is updated and you should update the server/pubspec.yaml file to the following. Otherwise you will get error when you run dart ./lib/server.dart
    server/pubspec.yaml:
    name: debugging_dartserver_with_flutter_webapp
    description: Web server sandbox
    version: 0.0.1
    author: Brandon Donnelson
    environment:
    sdk: '>=2.10.0