
Hello Friends During a development. Sometimes the requirement is parent class method available only in child class. Prevent nested child class to access parent class method. Now the question is how to achieve this requirement in a flutter? So using... https://mksantoki.hashnode.dev/how-to-prevent-parent-class-method-access-in-nested-child-class-in-the-flutter

Hi, Hashnode community and welcome to day 9 of my Flutter challenge! 👋 I keep working on a converter app. Today I figured out TextField validation. Making a TextField to accept numbers only The converter app works with numbers only, so I tuned my in... https://kalabro.hashnode.dev/9-100-days-of-flutter-kates-edition-text-field-validation-and-rotatedbox

Brief Recap I decided to start a self-development project called #TheWeekend at the beginning of July 2021 (I'm thinking about adding "Project" at the end of this, but I haven't decided yet). The goal of this project is to practice as much as possibl... https://xybron.hashnode.dev/flutter-ev-dash-2

Hello again, lately we created a Node Js server with Iyzico package to connect to Iyzico online payment service from Turkey. That blog post can be found here . Now we need to implement a Flutter frontend and service to talk with our server.
First be... https://emren.hashnode.dev/credit-card-implementation-with-flutter-and-iyzico

This is the second part of this tutorial series on managing Flutter state with the provider package. In the first part we learned how we can manage the state of our widgets from model classes that inherit from ChangeNotifier, as well as the use of Ch... https://davidserrano.io/flutter-state-management-made-easy-with-provider-2-provider-as-a-dependency-injection-framework-and-multiprovider

Hi, Hashnode community and welcome to week 2 of my Flutter challenge! 👋 Today I continued with the free Udacity course. I finally understood how ColorSwatch works and started to build a simple unit converter form. It involved:
Creating a stateful w... https://kalabro.hashnode.dev/8-100-days-of-flutter-kates-edition-getting-started-with-forms

The Current State of Flutter I came into contact with Flutter around 2017, which is interesting to say, because I needed to do an internal sharing of cross-platform technology, the main purpose was to push the React Native framework to other business... https://dhruvirathore.hashnode.dev/is-flutter-right-for-you-in-2022-flutter-vs-others-detailed-comparisison

Row and Column are widgets in flutter . These widget are used to align children horizontally and vertically. COLUMN CLASS CONSTRUCTOR:
Column: It creates a vertical array of children. We have mainAxisAlignment and crossAxisAlignment, MainAxisAlignm... https://hashnode.com/post/row-vs-column-flutter-cl2nq0tc707rkg9nv1kcy34av

Introduction Have you ever wondered or got into a situation where you have created an entire app and now all you have to do is send notifications to the users for example someone has liked your photo, new order received or if you are a foodie like me... https://realduck.tech/firebase-push-notifications

Hello, This is the first part published on youtube for creating real time chat app using #Flutter and #Supabase. https://youtu.be/6RPDYtRMNSI https://en.ahma.me/create-realtime-chat-app-using-flutter-and-supabase