Simplifying Navigation in Flutter with the GoRouter Package

Introduction: The GoRouter package in Flutter is a routing library that simplifies the navigation process in your Flutter application. It provides an intuitive API for defining routes and navigating between them, making it easier for developers to ma... https://sungod.hashnode.dev/gorouter

Flutter vs React Native Comparison

Flutter and React Native are two of the most popular frameworks for building mobile applications. While both of these frameworks share some similarities, they have their own unique features and functionalities. In this article, we will explore the ke... https://shibu.hashnode.dev/flutter-vs-react-native-comparison

How to Build a ChatGPT APP With Flutter using OpenAI API

Table Of Content Introduction What you will learn Requirements Creating the Project and Adding Dependencies Project Structure Building the Chat UI ChatGPT API State Management with Provider Create DropdownMenuItem Create and Display Chats with OpenAI... https://ibuild.hashnode.dev/how-to-build-a-chatgpt-app-with-flutter-using-openai-api

Manage versions like a boss in Flutter

This is not an FVM tutorial or a setup tour it's just an article I wrote at 12 am on a Sunday night because I wanted to do something productive. TLDR;1. FVM is awesome2. Thanks FVM3. FVM helps you manage flutter versions and helps you use different v... https://varunlohade.hashnode.dev/manage-versions-like-a-boss-in-flutter

DevTools(Flutter) is awesome

Ever wonder how easy your life would be if you could have the inspect element feature for developing Flutter apps?Flutter takes care of you by providing you with a powerful tool called as DevTools.I use to ignore this prompt every time it came up on ... https://varunlohade.hashnode.dev/devtoolsflutter-is-awesome

Day 14  Of Flutter - Handling Exceptions

For day 14, I practised more of what I learned in my previous blog, although I also learned a few new things.

I created a login view using the same logic behind my user register view.

Took the register and login view from the main file and set them... https://tsmakaay.hashnode.dev/day-14-of-flutter-handling-exceptions

Explaining Riverpod Concepts to a 5 y/o

Hello there 👋🏽, I got motivated to write this article because I started out the year with a 30 days challenge to learn something new related to my tech stack (Flutter). So I would be explaining some concepts and how I understood them via various re... https://carlosdev.hashnode.dev/explaining-riverpod-concepts-to-a-5-yo

Flutter: Revolutionizing Mobile App Development and Its Growing User Base

Flutter has emerged as one of the leading mobile app development frameworks in recent years, owing to its ease of use, rich feature set, and cross-platform capabilities. It has been adopted by many prominent companies across a wide range of industrie... https://devshakib.hashnode.dev/flutter-revolutionizing-mobile-app-development-and-its-growing-user-base

Implementing Image Picker in Flutter

The image_picker package is a great way to add the ability to pick images from the gallery or take a photo with the camera to your Flutter app. It's easy to use and provides a lot of flexibility. Getting Started To use the image_picker package, you'l... https://pambo.hashnode.dev/implementing-image-picker-in-flutter

Fix ‘RenderBox was not laid out’ error

The "RenderBox was not laid out" error is a common error in Flutter. It can be caused by a number of things, but the most common cause is when a widget is not given enough space to lay out its children. To fix this error, you need to make sure that a... https://pambo.hashnode.dev/fix-renderbox-was-not-laid-out-error


Buscar