X and O Game with Flutter

X and O, also known as Tic-Tac-Toe, is a classic game that has stood the test of time and continues to be enjoyed by people of all ages. As a mobile applications developer, I am always looking for opportunities to enhance my skills and knowledge thro... https://damilared.hashnode.dev/x-and-o-game-with-flutter

Integrating Opay into your Flutter app

OPay is a digital payment platform that offers financial services such as mobile money, bill payments, and P2P transfers. Flutter, on the other hand, is an open-source UI development framework developed by Google. This article aims to guide developer... https://raksBlog.com/integrating-opay-into-your-flutter-app

Flutter + Fastlane + GitHub Actions (Part 2)

Introduction In the previous article, Flutter + Fastlane, we discussed setting up Fastlane for building and deploying Android and iOS applications to the Play Store and App Store respectively. Makefile was also utilized to automate the testing, build... https://o-ifeanyi.hashnode.dev/flutter-fastlane-github-actions-part-2

Why theming in Flutter is confusing (to me) Part 2

In my previous article, I tried to explain why theming in Flutter confuses me.I ended the article by saying the way ThemeData is implemented doesn't make sense to me. A few weeks have passed and I've been playing with this in my head, and within my p... https://fluttergamedev.com/why-theming-in-flutter-is-confusing-to-me-part-2

Introduction to Flutter: Setting up your Development Environment

Introduction Hey there! Long time, no talk... You're welcome back to my blog and we'd continue with the "Build with Flutter" series. If you haven't read my previous post where I talked extensively about getting started in cross-platform development u... https://dexter.hashnode.dev/introduction-to-flutter-setting-up-your-development-environment-clgs83h9l00030al65s5j7mcx

Flutter pagination ft. Bloc

Welcome back, everyone! Today, we will be learning about implementing pagination in Flutter using Bloc as our state management solution. To fetch products, we will be using a modified version of the fake-store APIs that includes pagination. Let's beg... https://Smkwinner.dev/flutter-pagination-ft-bloc

Simplify HTTP Requests in Flutter with GoOnline Package

Building Flutter apps that consume RESTful APIs requires developers to make HTTP requests, parse responses, and handle errors. This can quickly become complex, especially as the app scales and more APIs are integrated. But, with the GoOnline package,... https://ndukweagu.hashnode.dev/simplify-http-requests-in-flutter-with-goonline-package

Navigation and routing in Flutter

Flutter provides a complete system for navigating between screens and handling deep links. Small applications without complex deep linking can use Navigator, while apps with specific deep linking and navigation requirements should also use the Router... https://rahulnaik.hashnode.dev/navigation-and-routing-in-flutter

Flutter Responsiveness

Hello Devs, In this article, we are going to be looking at tips and Techniques that will enable us to create a responsive app for any screen. we are going to be making use of

MediaQuery

SingleChildScrollView

Expanded

LayoutBuilder

MediaQuery ht... https://collicle.hashnode.dev/flutter-responsiveness

EnvBanner

I want to share with you my experience creating and publishing my first Flutter package on pub.dev. It is env_banner, a widget that displays a label with the name of the application environment (DEV, STG, etc.) in a corner of the screen. Why did I de... https://melvinsalas.dev/env-banner


Buscar