From 19461f06926c68fafbafb43066df137ed349e07c Mon Sep 17 00:00:00 2001 From: Dev-ellaij Date: Mon, 13 Jan 2025 16:17:54 +0100 Subject: [PATCH 1/3] ''Hi, I added a detailed video on "Deploy Flutter Apps with Dart Globe in 3 Minutes" and my presentation of Dart Globe at The Flutter Book Club meeting. Thank you!'' --- docs/index.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/index.mdx b/docs/index.mdx index 84bdc84..891d8b2 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -45,3 +45,18 @@ Simply run the `deploy` command or push to your Git repository and Globe will cr [production-url]: /deployments#creating-a-production-deployment [shelf-url-ext]: https://pub.dev/packages/shelf [dart-frog-url-ext]: https://pub.dev/packages/dart_frog +## Vlog Series +## My Latest Vlog: Deploy Flutter Apps with Dart Globe in 3 Minutes + +In this tutorial, I’ll show you how to deploy Flutter apps using Dart Globe in just 3 minutes! Perfect for beginners, this step-by-step guide is packed with tips and insights I shared with my Flutter Book Club members. Let’s get your app live fast and efficiently! + +### Watch the full vlog here: +[Deploy Your Flutter App with Dart Globe in 3 Minutes+ presenting dart globe at The Flutter book club meeting](https://youtu.be/a-5f_v-ixIk?si=1tZ3Gz8A4sQ9N_WI) + +### Related Posts: +- [Building a Squid Games App with Flutter and Dart Frog](https://medium.com/@workwithemmanuella/building-a-squid-games-app-with-flutter-and-dart-frog-ae1fee7d23af) +- [Korean Bubble Tea App](https://github.com/Dev-ellaij/korean_bubble_tea) + +### Follow me on: +- [Twitter](https://x.com/ellatechie) +- [Instagram](https://www.instagram.com/flutter_fairy__?igsh=MTN5ZXdjYjVsanNrZg==) \ No newline at end of file From f4eeea1eb0358d65fac2cb30c86714764c884427 Mon Sep 17 00:00:00 2001 From: Dev-ellaij Date: Mon, 13 Jan 2025 16:26:15 +0100 Subject: [PATCH 2/3] Hi, I added a detailed video on "Deploy Flutter Apps with Dart Globe in 3 Minutes" and my presentation of Dart Globe at The Flutter Book Club meeting. Thank you! --- examples/flutter_web/pubspec.lock | 4 ++-- templates/notes_app_shelf/frontend/pubspec.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/flutter_web/pubspec.lock b/examples/flutter_web/pubspec.lock index ee54530..7e137e0 100644 --- a/examples/flutter_web/pubspec.lock +++ b/examples/flutter_web/pubspec.lock @@ -204,10 +204,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" sdks: dart: ">=3.3.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/templates/notes_app_shelf/frontend/pubspec.lock b/templates/notes_app_shelf/frontend/pubspec.lock index a6d1803..7a5f8a0 100644 --- a/templates/notes_app_shelf/frontend/pubspec.lock +++ b/templates/notes_app_shelf/frontend/pubspec.lock @@ -289,10 +289,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" web: dependency: transitive description: From a5d068c57c83b5ef99600bab382421f324f4889c Mon Sep 17 00:00:00 2001 From: Dev-ellaij Date: Mon, 13 Jan 2025 16:26:29 +0100 Subject: [PATCH 3/3] Hi, I added a detailed video on "Deploy Flutter Apps with Dart Globe in 3 Minutes" and my presentation of Dart Globe at The Flutter Book Club meeting. Thank you! --- docs/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index 891d8b2..9b62d7c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -51,12 +51,12 @@ Simply run the `deploy` command or push to your Git repository and Globe will cr In this tutorial, I’ll show you how to deploy Flutter apps using Dart Globe in just 3 minutes! Perfect for beginners, this step-by-step guide is packed with tips and insights I shared with my Flutter Book Club members. Let’s get your app live fast and efficiently! ### Watch the full vlog here: -[Deploy Your Flutter App with Dart Globe in 3 Minutes+ presenting dart globe at The Flutter book club meeting](https://youtu.be/a-5f_v-ixIk?si=1tZ3Gz8A4sQ9N_WI) +[Deploy Your Flutter App with Dart Globe in 3 Minutes+ presenting dart globe at The Flutter book club meeting] https://youtu.be/a-5f_v-ixIk?si=1tZ3Gz8A4sQ9N_WI ### Related Posts: -- [Building a Squid Games App with Flutter and Dart Frog](https://medium.com/@workwithemmanuella/building-a-squid-games-app-with-flutter-and-dart-frog-ae1fee7d23af) -- [Korean Bubble Tea App](https://github.com/Dev-ellaij/korean_bubble_tea) +- [Building a Squid Games App with Flutter and Dart Frog https://medium.com/@workwithemmanuella/building-a-squid-games-app-with-flutter-and-dart-frog-ae1fee7d23af +- [Korean Bubble Tea App-https://github.com/Dev-ellaij/korean_bubble_tea -### Follow me on: +### Follow me on for questions relating to Dart globe: - [Twitter](https://x.com/ellatechie) - [Instagram](https://www.instagram.com/flutter_fairy__?igsh=MTN5ZXdjYjVsanNrZg==) \ No newline at end of file