You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Globe ran your Dart backend code in serverless containers. To move to another platform, you will need to containerize your application with Docker. The good news: Dart has official Docker support, and the process is straightforward regardless of which framework you use.
57
57
@@ -251,7 +251,7 @@ For a VPS deployment, the general process is:
251
251
252
252
---
253
253
254
-
<h2id="part-2-migrating-flutter-web-deployments"style="scroll-margin-top: 6rem">Part 2: Migrating Flutter Web Deployments</h2>
254
+
<h2id="part-2-migrating-flutter-web-deployments"style="scroll-margin-top: 12rem">Part 2: Migrating Flutter Web Deployments</h2>
255
255
256
256
Flutter Web applications are static assets after building. This means you have many hosting options, and most of them are free or very affordable.
257
257
@@ -323,7 +323,7 @@ Alternatively, build locally and use the Vercel CLI: `vercel deploy build/web`
@@ -408,7 +408,7 @@ To minimize downtime, we recommend this sequence:
408
408
409
409
---
410
410
411
-
<h2id="part-5-migrating-globe-db-data"style="scroll-margin-top: 6rem">Part 5: Migrating Globe DB Data</h2>
411
+
<h2id="part-5-migrating-globe-db-data"style="scroll-margin-top: 12rem">Part 5: Migrating Globe DB Data</h2>
412
412
413
413
GlobeDBispoweredbyTurso, adistributedSQLite-compatibledatabasebuiltonlibSQL. YourdataisstoredinTurso's infrastructure, and there are clear paths to export it.
0 commit comments