Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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! #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 for questions relating to Dart globe:
- [Twitter](https://x.com/ellatechie)
- [Instagram](https://www.instagram.com/flutter_fairy__?igsh=MTN5ZXdjYjVsanNrZg==)
4 changes: 2 additions & 2 deletions examples/flutter_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions templates/notes_app_shelf/frontend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading