Firebase Setup for Flutter

Introduction Firebase is a set of backend cloud computing services and application development platforms provided by Google. It hosts databases, services, authentication, and integration for a variety of applications, including Android, iOS, Javascri... https://peterlojis.hashnode.dev/firebase-setup-for-flutter

Building Responsive UI with MediaQuery and OrientationBuilder in Flutter

Hello, fellow Flutter enthusiasts! 🚀 I'm here to talk about something that will take your Flutter app development skills up a notch - building responsive user interfaces. Whether you're working on a smartphone or a tablet, ensuring your app looks gr... https://raman04.hashnode.dev/building-responsive-ui-with-mediaquery-and-orientationbuilder-in-flutter

Widgets!

Hello everyone! Today we will talk about widgets, the main components of Flutter applications. What are widgets? Let's consider a To-do List app created with Flutter. Our app has a list of items with checkboxes and texts (the to-do list), a button to... https://nick747.hashnode.dev/flutter-widgets

Understanding Why Stateful Widgets Has Two-Class Structure

In the world of Flutter app development, Stateful Widgets are a fundamental building block. They allow developers to create dynamic and interactive user interfaces. If you've ever dabbled in Flutter, you've likely come across the common pattern of us... https://pratimaasopa.hashnode.dev/understanding-why-stateful-widgets-has-two-class-structure

Powering Flutter with Go: A Winning Combination

Introduction: When it comes to app development, picking the right language can be one of the most crucial decisions. Google’s UI toolkit Flutter, which can be used to build natively compiled mobile, web and desktop apps, and Go(Golang), a statically ... https://tiwariashuism.hashnode.dev/powering-flutter-with-go-a-winning-combination

flutter_inappwebview overriding urls

My company is migrating its native app into a hybrid app using Flutter and Webview. A requirement is to only allow navigation inside the WebVew if the domain belongs to the company or the payment service that the app is using. For other URLs / links,... https://jshims.hashnode.dev/flutterinappwebview-overriding-urls

Introduction to Flutter: Building Beautiful Cross-Platform Apps

Introduction In the fast-paced world of mobile app development, finding a framework that allows developers to build high-quality apps efficiently for multiple platforms is like discovering a treasure chest. One such treasure in the app development wo... https://devwithflutter.hashnode.dev/introduction-to-flutter-building-beautiful-cross-platform-apps

Exploring Flutter Layout Widgets: Expanded and Flexible

As a Flutter developer, you're probably well aware that creating responsive and dynamic layouts is a fundamental aspect of building successful apps. Flutter provides a rich set of widgets to help you achieve precisely that. In this blog post, we're g... https://raman04.hashnode.dev/exploring-flutter-layout-widgets-expanded-and-flexible

How to create a native splash screen in flutter

A splash screen is a screen that loads up when you first launch an app otherwise also has a loading screen. Why is a splash screen needed in an app apart from the fact that it makes an app look more aesthetic it also makes your app look faster when i... https://codeblast.hashnode.dev/how-to-create-a-native-splash-screen-in-flutter

Understanding the Widget Tree in Flutter

If you're diving into Flutter development, one term you'll encounter frequently is the "widget tree." It's not an actual tree with leaves and branches, but it's just as vital to your Flutter app. In this post, I'll take you on a journey through the W... https://raman04.hashnode.dev/understanding-the-widget-tree-in-flutter


Buscar