Hosting your Flutter Web App on Firebase: Step by Step including Github Actions

There are severWhile there are several popular ways to host your Web Apps such as AWS, GCP or even Digital Ocean (Which I am a huge fan), nothing beats the simplicity of hosting on Firebase Web and it's free for the most part. Introduction: Firebase ... https://harishkunchala.com/hosting-your-flutter-web-app-on-firebase-step-by-step-including-github-actions

Created 12d | Apr 21, 2024, 4:10:14 AM


Login to add comment

Other posts in this group

Process creation of a Grammarly-style App using Flutter and Gemini

We live in an era where artificial intelligence is experiencing major advances. As developers, these advancements open up a wide range of creative possibilities for us. So, in this article, we're goin

May 3, 2024, 7:20:17 AM | Hashnode flutter
Swift vs Dart! Who's for the win?

When comparing Swift vs Dart for iOS development, both languages offer unique advantages. Swift is an open-source, general-purpose programming language developed by Apple. It is specifically designed

May 3, 2024, 7:20:16 AM | Hashnode flutter
Everything You Need to Know About Navigation and Routing in Flutter

What is Navigation and Routing in Flutter? In the context of Flutter, navigation refers to the process of switching between different screens or pages within an application, while routing involves man

May 2, 2024, 11:10:06 AM | Hashnode flutter
Topic: 9 Understanding Expanded Widget and Flex Widget in Flutter

Hello devs, Today, let's dive into two important widgets in Flutter that help adjust widget sizes according to screen size. Knowing how these widgets work can really boost your Flutter development jou

May 2, 2024, 6:30:07 AM | Hashnode flutter
Session 1 - Intro to programming with Dart

Welcome to a long journey through flutter app development, if you are reading this, Id assume 2 things, you are a totally new to programming, and want to get into flutter or you are a prop but just wa

May 1, 2024, 5:30:04 AM | Hashnode flutter
Topic: 8 Understanding Mixins in Dart

Hello developers! Today, we're going to talk about mixin classes. Mixin classes are super handy for blending different class hierarchies, giving you a more adaptable and modular way to organize your c

May 1, 2024, 5:30:03 AM | Hashnode flutter
Building Animated Buttons in Flutter with Lottie

In mobile app development, user interface elements play a crucial role in enhancing the user experience. Companies like Apple, Spotify, and Airbnb pay a lot of attention to small details that elevate

Apr 29, 2024, 10:20:03 AM | Hashnode flutter