Automated support chat with Firebase and Flutter

Connect your app to Firebase. Here we use Cloud Firestore for the database.

Our project requires these packages:-

firebase_core: ^2.14.0 cloud_firestore: ^4.0.4 flutter_chat_bubble: ^2.0.2

  1. Make a stateful widget on your chat page dart file. Th... https://ratulhasanruhan.hashnode.dev/automated-support-chat-with-firebase-and-flutter
Mastering Dart: A Deep Dive into 'super' Keyword

Introduction The world of object-oriented programming in Dart can be a powerful tool, but sometimes it can feel like there's a secret handshake you need to know. One of those mysterious characters is the super keyword. Fear not, fellow coders, for to... https://nibu.hashnode.dev/mastering-dart-a-deep-dive-into-super-keyword

Implementing Infinite Scroll with Riverpod's AsyncNotifier

Introduction I recently had a task for a client on a project which uses Riverpod for state managment: Create an infinite scroll that can be very easily reused. You might the tempted to answer: "there's a package for that". You would be right, the mo... https://dinkomarinac.dev/implementing-infinite-scroll-with-riverpods-asyncnotifier

Placeholder Widget and Attributes

Placeholder Concept in Flutter: In Flutter, a placeholder can be any widget or combination of widgets that you use to indicate the position or size of a future element. The purpose of a placeholder is to reserve space or provide a visual indication o... https://vinitmepani.hashnode.dev/placeholder-widget-and-attributes

AppBar Widget and Attributes

the AppBar widget is a material design widget that represents the top app bar. The app bar typically holds the application's title, leading and trailing icons for navigation, and other optional actions. It's an essential component for creating a cons... https://vinitmepani.hashnode.dev/appbar-widget-and-attributes

Padding Widget and Attributes

The Padding widget in Flutter is used to add space or padding around its child widget. Here is a detailed explanation of the Padding widget along with its properties: The Padding widget is used to insert space around a child widget. It takes a paddin... https://vinitmepani.hashnode.dev/padding-widget-and-attributes

Project !Addiction #2

This week I put the basis for the project. Was not sure if I should be adding a local DB and be done with it, however after careful consideration I decided that investing some time now into building a backend infrastructure will put me in a better po... https://adrian0012.hashnode.dev/project-addiction-2

Writing Implicitly Animated Widgets in Flutter

There are many ways to create animations in Flutter. Most of these involve creating an Animation and/or AnimationController and explicitly calling forward/reverse. However, a lot of the time what you want is to be able to provide a state and have the... https://blog.fution.co/writing-implicitly-animated-widgets-in-flutter

Flutter Isolates 101

What are Isolates?

In Flutter Isolates are a way to run computationally intensive tasks in the background. Isolates are independent and do not share memory. They communicate with each other by sending messages. This is a very important concept to u... https://achintya-7.hashnode.dev/flutter-isolates-101

My Mobile Development Journey

Hey there, I'm Mile (Mobile Milk). I created this blog to have a place where I can document my journey to improve my mobile development skills. I started learning mobile development during my Diploma in Mobile Software Development in 2018, where I co... https://mobilemilk.hashnode.dev/my-mobile-development-journey


Chercher