Haris Bin Nasir
Author: Haris Bin Nasir
-
·
Handling Forms in Flutter: Form Validation & Saving In Flutter
Forms are an integral part of many applications, and handling them efficiently can significantly enhance user experience. In this comprehensive guide, we will explore how to work with form within Flutter—a popular open-source UI software development toolkit. We will cover creating a form, managing its state, validating different fields, and saving form data. Additionally, we’ll…
-
·
Creating Stunning Pie Chart with Flutter FL Chart Package
In today’s tutorial, we will delve into the creation of visually appealing pie charts within Flutter using the FL Chart package. The FL Chart package is a powerful tool that allows developers to incorporate a variety of chart types into their Flutter applications. We will walk through the entire process, covering everything from setting up…
-
·
Flutter Onboarding/Introduction Flow Application | Create Welcome Screens In Flutter
Onboarding is a critical component of any successful mobile application. It sets the tone for the user’s entire experience and can make or break their first impression. In this blog post, we’ll explore how to create a stunning onboarding flow for your Flutter app, ensuring a seamless and captivating introduction for your users. If you…
-
·
Create a BMI Calculator App using Flutter | Beginner Flutter Project
In this blog post, we’ll guide you through creating a BMI calculator app using Flutter, a popular framework for building beautiful, native interfaces for mobile, web, desktop, and embedded devices. The app will allow users to: If you prefer watching a video tutorial here is a link to that. Getting Started 1. Create a new…
-
·
Flutter Text Recognition Tutorial: Flutter OCR Comprehensive Guide
Text recognition technology has revolutionized the way we interact with the digital world, allowing us to extract text from images and convert it into editable and searchable data. This technology is particularly useful in numerous applications, from automating data entry processes to enhancing user interactivity in apps. In this detailed guide, we will dive deep…
-
·
Building an AI-Powered Chat App with Flutter and OpenAI ChatGPT
In the rapidly growing field of mobile development, integrating artificial intelligence (AI) has become a cutting-edge strategy to enhance user engagement and functionality. Today we explore a comprehensive guide on how to incorporate OpenAI’s ChatGPT into a Flutter application, leveraging the AI’s capabilities to drive impressive, conversational user interfaces. If you prefer watching a video…
-
·
Flutter Speech-to-Text Tutorial: Flutter speech_to_text complete guide
Introducing the Power of Speech-to-Text in Flutter In today’s digital landscape, where voice-based interactions are becoming increasingly prevalent, the ability to seamlessly integrate speech-to-text functionality into your mobile applications can be a game-changer. Flutter, the popular cross-platform framework, offers a robust solution for this with the help of the Speech to Text plugin. In this…
-
·
Building a Weather App with Flutter: A Step-by-Step Guide
In today’s blog, we’ll be creating a stunning weather app using Flutter. Our app will allow us to enter a location and display a wealth of information about the weather at that location. This includes the time when the weather data was collected, the temperature, a description of the weather conditions, an image representing the…
-
·
Flutter Audio Player Tutorial: How To Play Audio In Flutter Application
Introducing the Audio Player In the ever-evolving world of mobile app development, the ability to seamlessly integrate audio playback functionalities has become a crucial aspect. Whether you’re building a music streaming app, a podcast player, or simply want to enhance your app’s user experience with audio elements, having a robust and flexible audio player is…
-
·
Flutter Google Maps Tutorial – Dynamic Location Tracking & Directions API
In the rapidly evolving world of mobile app development, integrating real-time location and maps has become a standard for enhancing user experience. This detailed guide explains how to build a dynamic map application using Flutter, focusing on the integration of the Google Maps API, handling user locations, and drawing routes between points of interest. We’ll…